![]() |
![]() |
Public Member Functions | |
Glib::RefPtr<Context> | create_context () |
Create a Pango::Context for the given fontmap. | |
double | get_resolution () const |
Gets the resolutions for the fontmap. | |
const PangoCairoFontMap* | gobj () const |
Provides access to the underlying C GObject. | |
PangoCairoFontMap* | gobj () |
Provides access to the underlying C GObject. | |
void | set_resolution (double dpi) |
Sets the resolution for the fontmap. | |
virtual | ~CairoFontMap () |
Static Public Member Functions | |
static void | add_interface (GType gtype_implementer) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Pango::CairoFontMap> | wrap (PangoCairoFontMap* object, bool take_copy=false) |
|
|
|
|
|
Create a Pango::Context for the given fontmap.
|
|
Gets the resolutions for the fontmap. See pango_cairo_font_map_set_resolution.
|
|
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface. |
|
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface. |
|
Sets the resolution for the fontmap. This is a scale factor between points specified in a Pango::FontDescription and Cairo units. The default value is 96, meaning that a 10 point font will be 13 units high. (10* 96. / 72. = 13.3). Since: 1.10
|
|
|