projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f31b229
)
(mfont__ft_drive_otf): Fix arg to OTF_check_features.
author
handa
<handa>
Tue, 14 Aug 2007 08:04:25 +0000
(08:04 +0000)
committer
handa
<handa>
Tue, 14 Aug 2007 08:04:25 +0000
(08:04 +0000)
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
a1b24a6
..
08f352d
100644
(file)
--- a/
src/font-ft.c
+++ b/
src/font-ft.c
@@
-2511,7
+2511,7
@@
mfont__ft_drive_otf (MGlyphString *gstring, int from, int to,
int size10, size;
MGlyph *base = NULL, *mark = NULL;
- if (OTF_check_features (otf, 1,
+ if (OTF_check_features (otf, 0,
cap->script_tag, cap->langsys_tag,
cap->features[MFONT_OTT_GPOS].tags,
cap->features[MFONT_OTT_GPOS].nfeatures) != 1