Method
Pango.Context.load_fontset
Declaration [src]
PangoFontset*
pango_context_load_fontset (
PangoContext* context,
const PangoFontDescription* desc,
PangoLanguage* language
)
Description [src]
Load a set of fonts in the context that can be used to render
a font matching desc
.
Parameters
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 |