Method

PangoFontMapload_fontset

Declaration

PangoFontset*
pango_font_map_load_fontset (
  PangoFontMap* fontmap,
  PangoContext* context,
  const PangoFontDescription* desc,
  PangoLanguage* language
)

Description

No description available.

Parameters

context

Type: PangoContext

No description available.

The data is owned by the caller of the method.
desc

Type: PangoFontDescription

No description available.

The data is owned by the caller of the method.
language

Type: PangoLanguage

No description available.

The data is owned by the caller of the method.

Return value

Type: PangoFontset

No description available.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.