Add ccmp, locl, calt; kern, mark, and mkmk features.
authorBehdad Esfahbod <behdad@gnome.org>
Wed, 16 May 2007 01:42:03 +0000 (01:42 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Wed, 16 May 2007 01:42:03 +0000 (01:42 +0000)
2007-05-15  Behdad Esfahbod  <behdad@gnome.org>

        * modules/indic/indic-fc.c:
        Add ccmp, locl, calt; kern, mark, and mkmk features.

svn path=/trunk/; revision=2306

ChangeLog
modules/indic/indic-fc.c

index ff4bc59..d7b2b47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-05-15  Behdad Esfahbod  <behdad@gnome.org>
 
+       * modules/indic/indic-fc.c:
+       Add ccmp, locl, calt; kern, mark, and mkmk features.
+
+2007-05-15  Behdad Esfahbod  <behdad@gnome.org>
+
        * pango/pango-ot.h:
        * pango/pango-ot-private.h:
        * pango/pango-ot-ruleset.c (pango_ot_ruleset_add_feature),
index 8756069..09f7054 100644 (file)
@@ -114,6 +114,8 @@ static const IndicOTClassTable *indic_ot_class_tables[] = {
 
 static const PangoOTFeatureMap gsub_features[] =
 {
+  {"ccmp", PANGO_OT_ALL_GLYPHS},
+  {"locl", PANGO_OT_ALL_GLYPHS},
   {"init", init},
   {"nukt", nukt},
   {"akhn", akhn},
@@ -126,14 +128,18 @@ static const PangoOTFeatureMap gsub_features[] =
   {"blws", blws},
   {"abvs", abvs},
   {"psts", psts},
-  {"haln", haln}
+  {"haln", haln},
+  {"calt", PANGO_OT_ALL_GLYPHS}
 };
 
 static const PangoOTFeatureMap gpos_features[] =
 {
   {"blwm", blwm},
   {"abvm", abvm},
-  {"dist", dist}
+  {"dist", dist},
+  {"kern", PANGO_OT_ALL_GLYPHS},
+  {"mark", PANGO_OT_ALL_GLYPHS},
+  {"mkmk", PANGO_OT_ALL_GLYPHS}
 };
 
 static void