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:
51aca7d
)
(ft_drive_otf): Don't ignore the otf-spec to apply all
author
handa
<handa>
Thu, 6 Mar 2008 12:58:10 +0000
(12:58 +0000)
committer
handa
<handa>
Thu, 6 Mar 2008 12:58:10 +0000
(12:58 +0000)
features.
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
73e5313
..
d0904d8
100644
(file)
--- a/
src/font-ft.c
+++ b/
src/font-ft.c
@@
-2285,7
+2285,7
@@
ft_drive_otf (MFLTFont *font, MFLTOtfSpec *spec,
{
char *p;
- if (spec->features[i] && spec->features[i][0] != 0xFFFFFFFF)
+ if (spec->features[i])
{
for (j = 0; spec->features[i][j]; j++);
if (i == 0)