Method

PangoFcFontget_languages

Declaration [src]

PangoLanguage**
pango_fc_font_get_languages (
  PangoFcFont* font
)

Description [src]

Returns the languages that are supported by font.

This corresponds to the FC_LANG member of the FcPattern.

The returned array is only valid as long as the font and its fontmap are valid.

Available since:1.48

Return value

Returns: PangoLanguage**
 

A NULL-terminated array of PangoLanguage*

 The data is owned by the instance.
 The return value can be NULL.