Package: cairo

Function cairo:scaled-font-font-face

Lambda List

cairo:scaled-font-font-face (font)

Arguments

font -- a cairo:scaled-font-t instance

Return Value

The cairo:font-face-t instance with which font was created. This object is owned by Cairo. To keep a reference to it, you must call the cairo:scaled-font-reference function.

Details

Gets the font face that this scaled font uses. This might be the font face passed to the cairo:scaled-font-create function, but this does not hold true for all possible cases.
 

See also

2025-1-29