Method Cairo.Surface()->get_font_options()
- Method
get_font_options
void
get_font_options(FontOptions
options
)- Description
Retrieves the default font rendering options for the surface. This allows display surfaces to report the correct subpixel order for rendering on them, print surfaces to disable hinting of metrics and so forth. The result can then be used with ScaledFont->create().
- Parameter
options
a FontOptions object into which to store the retrieved options. All existing values are overwritten