CairoFontMap
Object Hierarchy:
Description:
[
CCode ( type_id =
"pango_cairo_font_map_get_type ()" ) ]
[
GIR ( name =
"FontMap" ) ]
[
Version ( since =
"1.10" ) ]
public interface CairoFontMap :
FontMap
`PangoCairoFontMap` is an interface exported by font maps for use with Cairo.
The actual type of the font map will depend on the particular font technology Cairo was compiled to use.
Content:
Static methods:
- public static FontMap @new ()
Creates a new `PangoCairoFontMap` object.
- public static unowned FontMap get_default ()
Gets a default `PangoCairoFontMap` to use with Cairo.
- public static FontMap? new_for_font_type (FontType fonttype)
Creates a new `PangoCairoFontMap` object of the type suitable to be
used with cairo font backend of type fonttype.
- public static void set_default (CairoFontMap? fontmap)
Sets a default `PangoCairoFontMap` to use with Cairo.
Methods:
Inherited Members:
All known members inherited from class Pango.FontMap
All known members inherited from class GLib.Object