Package: cairo

Function cairo-glyph-path

Lambda List

cairo-glyph-path (cr glyphs num)

Arguments

cr -- a cairo-t context
glyphs -- array of cairo-glyphs-t glyphs to show
num -- an integer with the number of glyphs to show

Details

Adds closed paths for the glyphs to the current path. The generated path if filled, achieves an effect similar to that of the cairo-show-glyphs function.
 

See also

2021-12-12