CoverageLevel
Description:
[ CCode ( cprefix = "PANGO_COVERAGE_" , type_id = "pango_coverage_level_get_type ()" ) ]
public enum CoverageLevel
`PangoCoverageLevel` is used to indicate how well a font can represent a particular Unicode character for a particular script.
Since 1.44, only pango_coverage_none and pango_coverage_exact will be
returned.
Content:
Enum values:
- APPROXIMATE - The character is
represented as basically the correct graphical form, but with a stylistic variant inappropriate for the current script.
- EXACT - The character is represented as
the correct graphical form.
- FALLBACK - The character is
represented in a way that may be comprehensible but is not the correct graphical form.
- NONE - The character is not representable
with the font.