Method

PangoFcFontget_languages

since: 1.48

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

Type: PangoLanguage

A NULL-terminated array of PangoLanguage*.

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