glyph.item
with the specified PangoRenderer
,
embedding the text associated with the glyphs in the output if the
output format supports it (PDF for example).pangoRendererDrawGlyphItem(object, text, glyph.item, x, y)
object
text
glyph.item
refers to, or NULL
glyph.item
x
y
text
is the start of the text for layout, which is then
indexed by glyph_item->item->offset
.
If text
is NULL
, this simply calls pangoRendererDrawGlyphs
.
The default implementation of this method simply falls back to
pangoRendererDrawGlyphs
.
Since 1.22