Package: cairo
Function cairo:scaled-font-text-to-glyphs
Lambda Listcairo:scaled-font-text-to-glyphs (font x y utf8) ArgumentsReturn ValueThe list of glyphs for utf8 upon sucess, or nil if the
input values are wrong or if conversion failed. If the input values are correct but the conversion failed, the error status is set on font. Details
Converts UTF8 text to a list of glyphs. The output values can be readily passed to the cairo:show-glyphs function, or related functions, assuming that the exact same font is
used for the operation. Lisp implementation | See also |
2025-1-29