Sets our main struct and passes it to the parent class
Allocates a new font options object copying the option values from original. Since 1.0
Destroys a cairo_font_options_t object created with cairo_font_options_create() or cairo_font_options_copy(). Since 1.0
Compares two font options objects for equality. Since 1.0
Gets the antialiasing mode for the font options object. Since 1.0
Get the main Gtk struct
Gets the metrics hinting mode for the font options object. See the documentation for cairo_hint_metrics_t for full details. Since 1.0
Gets the hint style for font outlines for the font options object. See the documentation for cairo_hint_style_t for full details. Since 1.0
the main Gtk struct as a void*
Gets the subpixel order for the font options object. See the documentation for cairo_subpixel_order_t for full details. Since 1.0
Compute a hash for the font options object; this value will be useful when storing an object containing a cairo_font_options_t in a hash table. Since 1.0
Merges non-default options from other into options, replacing existing values. This operation can be thought of as somewhat similar to compositing other onto options with the operation of CAIRO_OPERATOR_OVER. Since 1.0
Sets the antialiasing mode for the font options object. This specifies the type of antialiasing to do when rendering text. Since 1.0
Sets the metrics hinting mode for the font options object. This controls whether metrics are quantized to integer values in device units. See the documentation for cairo_hint_metrics_t for full details. Since 1.0
Sets the hint style for font outlines for the font options object. This controls whether to fit font outlines to the pixel grid, and if so, whether to optimize for fidelity or contrast. See the documentation for cairo_hint_style_t for full details. Since 1.0
Sets the subpixel order for the font options object. The subpixel order specifies the order of color elements within each pixel on the display device when rendering with an antialiasing mode of CAIRO_ANTIALIAS_SUBPIXEL. See the documentation for cairo_subpixel_order_t for full details. Since 1.0
Checks whether an error has previously occurred for this font options object Since 1.0
Allocates a new font options object with all options initialized to default values. Since 1.0
the main Gtk struct
The font options specify how fonts should be rendered. Most of the time the font options implied by a surface are just right and do not need any changes, but for pixel-based targets tweaking font options may result in superior output on a particular display.