Function pangocairo::glyph_string_path[][src]

pub fn glyph_string_path<P: IsA<Font>>(
    cr: &Context,
    font: &P,
    glyphs: &mut GlyphString
)
Expand description

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.

cr

a Cairo context

font

a pango::Font from a FontMap

glyphs

a pango::GlyphString