Method
PangoFontMapload_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 method takes ownership of the data, and is responsible for freeing it. | |
| The return value can be NULL. |