From: handa Date: Wed, 4 Nov 2009 02:28:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-0-9-11~52 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ab657b042cc5091e8a13d9b41aa1caf2d45ebfe4;p=m17n%2Flibotf.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 759470d..d52d4fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2009-11-04 Kenichi Handa + + * 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 * src/otfopen.c (read_cmap_table): Fix bug of handling diff --git a/example/otfview.c b/example/otfview.c index a6585a4..099f125 100644 --- a/example/otfview.c +++ b/example/otfview.c @@ -382,8 +382,8 @@ update_seq_area () 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);