cairoShowGlyphs: cairoShowGlyphs

Description Usage Arguments Author(s)

View source: R/cairoFuncs.R

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

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to cairoShowGlyphs in RGtk2...