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