Method
PangoAttrIteratorget_font
Declaration [src]
void
pango_attr_iterator_get_font (
  PangoAttrIterator* iterator,
  PangoFontDescription* desc,
  PangoLanguage** language,
  GSList** extra_attrs
)
Parameters
| desc | PangoFontDescription | 
| A  | |
| The data is owned by the caller of the function. | |
| language | PangoLanguage | 
| Location to store language tag
  for item, or  | |
| The argument will be set by the function. | |
| The argument can be NULL. | |
| The instance takes ownership of the data, and is responsible for freeing it. | |
| extra_attrs | A list of PangoAttribute* | 
| location in which to store a list of non-font attributes
  at the the current position; only the highest priority
  value of each attribute will be added to this list. In
  order to free this value, you must call
   | |
| The argument will be set by the function. | |
| The argument can be NULL. | |
| The instance takes ownership of the data, and is responsible for freeing it. |