Method

PangoContextload_font

Declaration

PangoFont*
pango_context_load_font (
  PangoContext* context,
  const PangoFontDescription* desc
)

Description

No description available.

Parameters

desc

Type: PangoFontDescription

No description available.

The data is owned by the caller of the method.

Return value

Type: PangoFont

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.