Package: cairo

Function cairo-glyph-free

Lambda List

cairo-glyph-free (glyphs)

Arguments

glyphs -- array of cairo-glyph-t glyphs to free, or NULL

Details

Frees an array of cairo-glyph-t instances allocated using the cairo-glyph-allocate function. This function is only useful to free glyph array returned by the cairo-scaled-font-text-to-glyphs function where cairo returns an array of glyphs that the user will free. For all other uses, user can use their own allocation method for glyphs.
 

See also

2021-12-12