[pango] [HB] Print mark sets in main.cc



commit 88bfabba705331762f369364bbb38becf56d83ed
Author: Behdad Esfahbod <behdad behdad org>
Date:   Sun Aug 9 13:05:08 2009 -0400

    [HB] Print mark sets in main.cc

 pango/opentype/main.cc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pango/opentype/main.cc b/pango/opentype/main.cc
index 90802d9..31264a4 100644
--- a/pango/opentype/main.cc
+++ b/pango/opentype/main.cc
@@ -158,6 +158,8 @@ main (int argc, char **argv)
 		  gdef.has_attach_points () ? "" : "no ");
 	printf ("    Has %slig carets\n",
 		  gdef.has_lig_carets () ? "" : "no ");
+	printf ("    Has %smark sets\n",
+		  gdef.has_mark_sets () ? "" : "no ");
 	break;
 	}
       }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]