enum Pango::CoverageLevel
Overview
Pango::CoverageLevel
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.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/pango.crEnum Members
-
None =
0_u32
-
The character is not representable with the font.
-
Fallback =
1_u32
-
The character is represented in a way that may be comprehensible but is not the correct graphical form. For instance, a Hangul character represented as a a sequence of Jamos, or a Latin transliteration of a Cyrillic word.
-
Approximate =
2_u32
-
The character is represented as basically the correct graphical form, but with a stylistic variant inappropriate for the current script.
-
Exact =
3_u32
-
The character is represented as the correct graphical form.
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.