*** empty log message ***
authorhanda <handa>
Wed, 4 Nov 2009 02:28:47 +0000 (02:28 +0000)
committerhanda <handa>
Wed, 4 Nov 2009 02:28:47 +0000 (02:28 +0000)
ChangeLog
example/otfview.c

index 759470d..d52d4fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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
index a6585a4..099f125 100644 (file)
@@ -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);