Method

PangoAttrIteratorget_font

Declaration

void
pango_attr_iterator_get_font (
  PangoAttrIterator* iterator,
  PangoFontDescription* desc,
  PangoLanguage** language,
  GSList** extra_attrs
)

Description

No description available.

Parameters

desc

Type: PangoFontDescription

No description available.

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

Type: PangoLanguage

No description available.

The argument will be set by the function.
The argument can be NULL.
The caller of the method takes ownership of the data, and is responsible for freeing it.
extra_attrs

Type: A list of PangoAttribute*

No description available.

The argument will be set by the function.
The argument can be NULL.
The caller of the method takes ownership of the data, and is responsible for freeing it.