Package: cairo
Function cairo:font-options-create
Lambda Listcairo:font-options-create () Return ValueThe newly allocated cairo:font-options-t instance. Details
Allocates a new font options instance with all options initialized to
default values. Free with the cairo:font-options-destroy function. This function always
returns a valid pointer. If memory cannot be allocated, then a special error
object is returned where all operations on the object do nothing. You can check for this with the cairo:font-options-status function. | See also |
2025-1-29