Method
GskTextNodeget_glyphs
Declaration [src]
const PangoGlyphInfo*
gsk_text_node_get_glyphs (
const GskRenderNode* node,
guint* n_glyphs
)
Parameters
n_glyphs |
guint* |
The number of glyphs returned. |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. |
Return value
Returns: | An array of PangoGlyphInfo |
The glyph information. |
|
The length of the array is in the n_glyphs argument. | |
The data is owned by the instance. |