diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-06-23 20:33:35 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-06-23 20:33:35 +0000 |
commit | 48eb55ba4bf53d72d8c761e1b6854d7b323405c7 (patch) | |
tree | f3c85526075039ce345d2e6024682e061fe95937 /docs | |
parent | 3aabb8d5ce0720c9a22cdcf975380d1d0213c4c8 (diff) | |
download | pango-48eb55ba4bf53d72d8c761e1b6854d7b323405c7.tar.gz |
#143693, Sayamindu Dasgupta
Wed Jun 23 16:13:53 2004 Owen Taylor <otaylor@redhat.com>
#143693, Sayamindu Dasgupta
* pango/opentype/pango-ot-buffer.c (pango_ot_buffer_set_zero_width_marks) pango/opentype/pango-ot-private.h:
Allow setting for whether marks should be given zero width,
defaulting to FALSE.
* modules/arabic/arabic-fc.c (arabic_engine_shape): Turn
on zero-width-marks setting.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 1 | ||||
-rw-r--r-- | docs/tmpl/opentype.sgml | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index d6eafa31..41e359d5 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -775,6 +775,7 @@ pango_ot_buffer_destroy pango_ot_buffer_clear pango_ot_buffer_add_glyph pango_ot_buffer_set_rtl +pango_ot_buffer_set_zero_width_marks pango_ot_buffer_get_glyphs pango_ot_buffer_output pango_ot_ruleset_new diff --git a/docs/tmpl/opentype.sgml b/docs/tmpl/opentype.sgml index 87deb9e3..f77eb3b4 100644 --- a/docs/tmpl/opentype.sgml +++ b/docs/tmpl/opentype.sgml @@ -195,13 +195,13 @@ identify the various OpenType tables in the @cluster: -<!-- ##### FUNCTION pango_ot_buffer_set_rtl ##### --> +<!-- ##### FUNCTION pango_ot_buffer_set_zero_width_marks ##### --> <para> </para> @buffer: -@rtl: +@zero_width_marks: <!-- ##### FUNCTION pango_ot_buffer_get_glyphs ##### --> |