Struct
PangoOT.Buffer
Constructors
pango_ot_buffer_new
Creates a new PangoOTBuffer
for the given OpenType font.
Instance methods
pango_ot_buffer_add_glyph
Appends a glyph to a PangoOTBuffer
, with properties
identifying which
features should be applied on this glyph.
pango_ot_buffer_clear
Empties a PangoOTBuffer
, make it ready to add glyphs to.
pango_ot_buffer_destroy
Destroys a PangoOTBuffer
and free all associated memory.
pango_ot_buffer_get_glyphs
Gets the glyph array contained in a PangoOTBuffer
.
pango_ot_buffer_output
Exports the glyphs in a PangoOTBuffer
into a PangoGlyphString
.
pango_ot_buffer_set_rtl
Sets whether glyphs will be rendered right-to-left.
pango_ot_buffer_set_zero_width_marks
Sets whether characters with a mark class should be forced to zero width.