Virtual Method
PangoFontMapload_fontset
Declaration [src]
PangoFontset*
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
- 
            Type: PangoContextThe PangoContextthe font will be used with.The data is owned by the caller of the function. 
- desc
- 
            Type: PangoFontDescriptionA PangoFontDescriptiondescribing the font to load.The data is owned by the caller of the function. 
- language
- 
            Type: PangoLanguageA PangoLanguagethe fonts will be used for.The data is owned by the caller of the function. 
Return value
Type: PangoFontset
The newly allocated
  PangoFontset loaded, or NULL if no font matched.
| The caller of the function takes ownership of the data, and is responsible for freeing it. | 
| The return value can be NULL. |