cairoShowGlyphs {RGtk2}R Documentation

cairoShowGlyphs

Description

A drawing operator that generates the shape from a list of glyphs, rendered according to the current font_face, font_size (font_matrix), and font_options.

Usage

cairoShowGlyphs(cr, glyphs, num.glyphs)

Arguments

cr [Cairo] a cairo context
glyphs [CairoGlyph] list of glyphs to show
num.glyphs [integer] number of glyphs to show

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]