diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-05-16 01:41:34 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-05-16 01:41:34 +0000 |
commit | 67772f3ada54a5dc5c539d1274f088a83a22d777 (patch) | |
tree | 2421f8a22140bd892f7e77991be5683f1d56c04e | |
parent | 36429ada49dafad868619e3508cda83c59f3533f (diff) | |
download | pango-67772f3ada54a5dc5c539d1274f088a83a22d777.tar.gz |
Add new engine API:
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),
(pango_ot_ruleset_get_feature_count):
Add new engine API:
pango_ot_ruleset_get_feature_count()
* docs/pango-sections.txt:
* docs/tmpl/opentype.sgml:
* pango/pangoft2.def:
Updated.
svn path=/trunk/; revision=2305
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 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), + (pango_ot_ruleset_get_feature_count): + Add new engine API: + + pango_ot_ruleset_get_feature_count() + + * docs/pango-sections.txt: + * docs/tmpl/opentype.sgml: + * pango/pangoft2.def: + Updated. + +2007-05-15 Behdad Esfahbod <behdad@gnome.org> + * modules/arabic/arabic-fc.c (arabic_engine_shape): * modules/basic/basic-fc.c (basic_engine_shape): * modules/syriac/syriac-fc.c (syriac_engine_shape): |