(ft_drive_otf): Don't ignore the otf-spec to apply all
authorhanda <handa>
Thu, 6 Mar 2008 12:58:10 +0000 (12:58 +0000)
committerhanda <handa>
Thu, 6 Mar 2008 12:58:10 +0000 (12:58 +0000)
features.

src/font-ft.c

index 73e5313..d0904d8 100644 (file)
@@ -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)