cairoShowGlyphs
if the cairo
graphics state were set to the same font_face, font_matrix, ctm,
and font_options as scaled.font
). Additionally, the x_advance and
y_advance values indicate the amount by which the current point
would be advanced by cairoShowGlyphs
.cairoScaledFontGlyphExtents(scaled.font, glyphs, num.glyphs)
scaled.font
glyphs
CairoGlyph
] a list of glyph IDs with X and Y offsets.num.glyphs
glyphs
listextents
CairoTextExtents
] a CairoTextExtents
which to store the retrieved extents.