+2009-11-04 Kenichi Handa <handa@m17n.org>
+
+ * src/otfopen.c (debug_flag): New variable
+ (set_debug_flag): New function.
+ (OTF_open, OTF_open_ft_face): Check debug flag if not yet done.
+
+ * src/otfdrive.c (debug_flag): Extern it.
+ (lookup_gsub): Print debugging info if requested. Don't ignore a
+ glyph that already has positioning_type. Be sure to increment
+ gidx.
+
2009-10-08 Kenichi Handa <handa@m17n.org>
* src/otfopen.c (read_cmap_table): Fix bug of handling
OTF_tag_name (langsys_tag, langsys_name);
}
- OTF_drive_gdef (otf, &gstring);
OTF_drive_cmap (otf, &gstring);
+ OTF_drive_gdef (otf, &gstring);
if (otf->gsub)
{
str = get_features (&otf->gsub->FeatureList, &gsub);