Function
PangoCairo.FontMap.new_for_font_type
Declaration [src]
PangoFontMap*
pango_cairo_font_map_new_for_font_type (
cairo_font_type_t fonttype
)
Description [src]
Creates a new PangoCairoFontMap
object of the type suitable
to be used with cairo font backend of type fonttype
.
In most cases one should simply use pango_cairo_font_map_new()
, or
in fact in most of those cases, just use pango_cairo_font_map_get_default()
.
Available since: | 1.18 |
Return value
Returns: PangoFontMap* |
|
the newly allocated
|
|
The caller of the function takes ownership of the data, and is responsible for freeing it | |
Can be NULL |