Method
Pango.FontMap.load_font
Declaration [src]
PangoFont*
pango_font_map_load_font (
PangoFontMap* fontmap,
PangoContext* context,
const PangoFontDescription* 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 |
Return value
Returns: PangoFont |
|
the newly allocated |
|
The caller of the function takes ownership of the data, and is responsible for freeing it | |
Can be NULL |