Package ch.bailu.gtk.pango
Interface CoverageLevel
public interface CoverageLevel
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The character is represented as
basically the correct graphical form, but with a stylistic
variant inappropriate for the current script.static final int
The character is represented as the
correct graphical form.static final int
The character is represented in a
way that may be comprehensible but is not the correct
graphical form.static final int
The character is not representable with
the font.
-
Field Details
-
NONE
static final int NONEThe character is not representable with
the font.- See Also:
-
FALLBACK
static final int FALLBACKThe 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.- See Also:
-
APPROXIMATE
static final int APPROXIMATEThe character is represented as
basically the correct graphical form, but with a stylistic
variant inappropriate for the current script.- See Also:
-
EXACT
static final int EXACTThe character is represented as the
correct graphical form.- See Also:
-