Method

Pango.FontMap.load_font

Declaration [src]

PangoFont*
pango_font_map_load_font (
  PangoFontMap* fontmap,
  PangoContext* context,
  const PangoFontDescription* desc
)

Description [src]

Load the font in the fontmap that is the closest match for desc.

Parameters

context PangoContext
 

the PangoContext the font will be used with

 The data is owned by the caller of the function
desc PangoFontDescription
 

a PangoFontDescription describing the font to load

 The data is owned by the caller of the function

Return value

Returns: PangoFont

the newly allocated PangoFont loaded, or NULL if no font matched.

The caller of the function takes ownership of the data, and is responsible for freeing it
Can be NULL