projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12de2a5
)
fix some internal FT2 documentation
author
Tony Cook
<tony@develop-help.com>
Thu, 21 Feb 2013 05:06:55 +0000
(16:06 +1100)
committer
Tony Cook
<tony@develop-help.com>
Thu, 21 Feb 2013 05:06:55 +0000
(16:06 +1100)
FT2/freetyp2.c
patch
|
blob
|
blame
|
history
diff --git
a/FT2/freetyp2.c
b/FT2/freetyp2.c
index cfede5cce9fe4f2bedc41ce4fe66a4c0eeca060b..25b6c38b87cff5de323d51d888b0ba26387a07bb 100644
(file)
--- a/
FT2/freetyp2.c
+++ b/
FT2/freetyp2.c
@@
-17,7
+17,7
@@
freetyp2.c - font support via the FreeType library version 2.
i_img *im = ...;
i_color cl;
if (!i_ft2_text(font, im, tx, ty, cl, cheight, cwidth, text, length, align,
- aa)) { error }
+ aa
, vlayout, utf8
)) { error }
if (!i_ft2_cp(font, im, tx, ty, channel, cheight, cwidth, text, length,
align, aa)) { error }
i_ft2_destroy(font);