Method
Pango.FontMap.load_fontset
Declaration [src]
PangoFontset*
pango_font_map_load_fontset (
PangoFontMap* fontmap,
PangoContext* context,
const PangoFontDescription* desc,
PangoLanguage* language
)
Description [src]
Load a set of fonts in the fontmap that can be used to render
a font matching desc
.
Parameters
context |
PangoContext |
the |
|
The data is owned by the caller of the function | |
desc |
PangoFontDescription |
a |
|
The data is owned by the caller of the function | |
language |
PangoLanguage |
a |
|
The data is owned by the caller of the function |
Return value
Returns: PangoFontset |
|
the newly allocated
|
|
The caller of the function takes ownership of the data, and is responsible for freeing it | |
Can be NULL |