Function
PangoFT2font_get_coverage
since: 1.0
Declaration [src]
PangoCoverage*
pango_ft2_font_get_coverage (
PangoFont* font,
PangoLanguage* language
)
Description [src]
Gets the PangoCoverage
for a PangoFT2Font
.
Use pango_font_get_coverage()
instead.
Available since: 1.0
Parameters
font
-
Type:
PangoFont
A Pango FT2 font.
The data is owned by the caller of the function. language
-
Type:
PangoLanguage
A language tag.
The data is owned by the caller of the function.
Return value
Type: PangoCoverage
A PangoCoverage
The caller of the function takes ownership of the data, and is responsible for freeing it. |