summaryrefslogtreecommitdiff
path: root/pango/pango-ot.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-06-23 20:33:35 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-06-23 20:33:35 +0000
commit48eb55ba4bf53d72d8c761e1b6854d7b323405c7 (patch)
treef3c85526075039ce345d2e6024682e061fe95937 /pango/pango-ot.h
parent3aabb8d5ce0720c9a22cdcf975380d1d0213c4c8 (diff)
downloadpango-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 'pango/pango-ot.h')
-rw-r--r--pango/pango-ot.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pango/pango-ot.h b/pango/pango-ot.h
index 4fe693d2..47253ada 100644
--- a/pango/pango-ot.h
+++ b/pango/pango-ot.h
@@ -91,14 +91,15 @@ void pango_ot_buffer_add_glyph (PangoOTBuffer *buffer,
guint glyph_index,
guint properties,
guint cluster);
-void pango_ot_buffer_set_rtl (PangoOTBuffer *buffer,
- gboolean rtl);
void pango_ot_buffer_get_glyphs (PangoOTBuffer *buffer,
PangoOTGlyph **glyphs,
int *n_glyphs);
void pango_ot_buffer_output (PangoOTBuffer *buffer,
PangoGlyphString *glyphs);
+void pango_ot_buffer_set_zero_width_marks (PangoOTBuffer *buffer,
+ gboolean zero_width_marks);
+
PangoOTRuleset *pango_ot_ruleset_new (PangoOTInfo *info);
void pango_ot_ruleset_add_feature (PangoOTRuleset *ruleset,