org.gnu.pango
public class CoverageLevel extends Enum
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may exist in java-gnome 4.0; look out for
org.gnome.pango.CoverageLevel
.
As this package was never fully implemented in java-gnome 2.x,
however, any new code written will have a considerably different
public API.
Field Summary | |
---|---|
static CoverageLevel | APPROXIMATE
The character is represented as basically the correct graphical form, but
with a stylistic variant inappropriate for the current script. |
static CoverageLevel | EXACT The character is represented as the correct graphical form. |
static CoverageLevel | FALLBACK
The character is represented in a way that may be comprehensible but is
not the correct graphical form. |
static CoverageLevel | NONE The character is not representable with the font. |
Method Summary | |
---|---|
CoverageLevel | and(CoverageLevel other) |
static CoverageLevel | intern(int value) |
CoverageLevel | or(CoverageLevel other) |
boolean | test(CoverageLevel other) |
CoverageLevel | xor(CoverageLevel other) |
Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
The character is represented as basically the correct graphical form, but with a stylistic variant inappropriate for the current script.Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
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.