cairo_show_glyph_string
Description:
[ Version ( since = "1.10" ) ]
public void cairo_show_glyph_string (Context cr, Font font, GlyphString glyphs)
Draws the glyphs in glyphs
in the specified cairo context.
The origin of the glyphs (the left edge of the baseline) will be drawn at the current point of the cairo context.
Parameters:
cr |
a Cairo context |
font |
a `PangoFont` from a `PangoCairoFontMap` |
glyphs |
a `PangoGlyphString` |
Namespace: Pango
Package: pangocairo