diff options
Diffstat (limited to 'pango/pango-ot.h')
-rw-r--r-- | pango/pango-ot.h | 5 |
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, |