Method

PangoOT.Buffer.output

Declaration [src]

void
pango_ot_buffer_output (
  const PangoOTBuffer* buffer,
  PangoGlyphString* glyphs
)

Description [src]

Exports the glyphs in a PangoOTBuffer into a PangoGlyphString. This is typically used after the OpenType layout processing is over, to convert the resulting glyphs into a generic Pango glyph string.

Parameters

glyphs PangoGlyphString*
 

a PangoGlyphString

 Ownership is not transferred to the callee