Method
PangoFontget_coverage
Declaration [src]
PangoCoverage*
pango_font_get_coverage (
PangoFont* font,
PangoLanguage* language
)
Parameters
language
-
Type:
PangoLanguage
The language tag.
The data is owned by the caller of the method.
Return value
Type: PangoCoverage
A newly-allocated PangoCoverage
object.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |