cairo_glyph_string_path


Description:


[ Version ( since = "1.10" ) ]
public void cairo_glyph_string_path (Context cr, Font font, GlyphString glyphs)

Adds the glyphs in glyphs to the current path in the specified cairo context.

The origin of the glyphs (the left edge of the baseline) will be 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