Tcl Freetype binging using ffidl
をテンプレートにして作成
[
Front page
] [
Page list
|
Search
|
Recent changes
|
RSS of recent changes
]
Start:
**What is this? [#k205b0a8]
This is Freetype binding for Tcl using ffidl and tcloo wr...
It requires ffidl, tcloo and freetype library!
**How to use [#ce10d51e]
package require Freetype::init
FT_Init_FreeType lib
FT_New_Face $lib "fonts/TakaoExMincho.ttf" 0 face
puts family_name=[$face get family_name]
FT_Done_Face $face
FT_Done_FreeType $lib
$face destroy
$lib destroy
The TclOO object is wrapper of struct of C.
The object just contains a pointer of struct and offsets ...
TclOO system allows candidate lists of members in the int...
The interface is very similar of C.
It is very convenient for testing a little code.
**Download [#udd1bd20]
http://reddog.s35.xrea.com/software/freetype0.1.zip
**Comment [#b7ab8c7c]
#comment
----
[[CategoryTclTk]]
End:
**What is this? [#k205b0a8]
This is Freetype binding for Tcl using ffidl and tcloo wr...
It requires ffidl, tcloo and freetype library!
**How to use [#ce10d51e]
package require Freetype::init
FT_Init_FreeType lib
FT_New_Face $lib "fonts/TakaoExMincho.ttf" 0 face
puts family_name=[$face get family_name]
FT_Done_Face $face
FT_Done_FreeType $lib
$face destroy
$lib destroy
The TclOO object is wrapper of struct of C.
The object just contains a pointer of struct and offsets ...
TclOO system allows candidate lists of members in the int...
The interface is very similar of C.
It is very convenient for testing a little code.
**Download [#udd1bd20]
http://reddog.s35.xrea.com/software/freetype0.1.zip
**Comment [#b7ab8c7c]
#comment
----
[[CategoryTclTk]]
Page:
HTML convert time: 0.002 sec.