Method
PangoOTBufferget_glyphs
since: 1.4
Declaration
void
pango_ot_buffer_get_glyphs (
const PangoOTBuffer* buffer,
PangoOTGlyph** glyphs,
int* n_glyphs
)
Parameters
glyphs
-
Type: An array of
PangoOTGlyph*
No description available.
The argument will be set by the function. The argument can be NULL
.The length of the array is specified in the n_glyphs
argument.The caller of the method takes ownership of the data, and is responsible for freeing it. n_glyphs
-
Type:
int*
No description available.
The argument will be set by the function. The argument can be NULL
.