diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-08 00:29:58 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-08 00:29:58 +0100 |
commit | 868f8f8af7b2813a2ff95d5bf58ae918d3e4bfa3 (patch) | |
tree | 4ceb2cd89e5763a6662ce3297c852c2dcd5965f7 /lib/newwrap/cairo/cairoft.nim | |
parent | a8303679960a13aa9ddd1f2fa44c2e4f9a12f071 (diff) | |
download | Nim-868f8f8af7b2813a2ff95d5bf58ae918d3e4bfa3.tar.gz |
further development of new wrappers
Diffstat (limited to 'lib/newwrap/cairo/cairoft.nim')
-rwxr-xr-x | lib/newwrap/cairo/cairoft.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/newwrap/cairo/cairoft.nim b/lib/newwrap/cairo/cairoft.nim index e80b9f82c..16a80e7f7 100755 --- a/lib/newwrap/cairo/cairoft.nim +++ b/lib/newwrap/cairo/cairoft.nim @@ -5,7 +5,7 @@ # import - , freetypeh + cairo, freetypeh #todo: properly define FcPattern: #It will require translate FontConfig header @@ -32,4 +32,4 @@ proc ft_font_face_create_for_ft_face*(face: TFT_Face, load_flags: int32): PFontF proc ft_scaled_font_lock_face*(scaled_font: PScaledFont): TFT_Face{.cdecl, importc: "cairo_ft_scaled_font_lock_face", dynlib: LIB_CAIRO.} proc ft_scaled_font_unlock_face*(scaled_font: PScaledFont){.cdecl, - importc: "cairo_ft_scaled_font_unlock_face", dynlib: LIB_CAIRO.} \ No newline at end of file + importc: "cairo_ft_scaled_font_unlock_face", dynlib: LIB_CAIRO.} |