org.freedesktop.cairo
public class HintStyle 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.freedesktop.cairo.HintStyle
.
As this package was never correctly implemented in java-gnome 2.x,
any new code written will likely have a considerably different
public API.
Field Summary | |
---|---|
static HintStyle | DEFAULT
Use the default hint style for for font backend and target device |
static HintStyle | FULL
Hint outlines to maximize contrast |
static HintStyle | MEDIUM
Hint outlines with medium strength giving a compromise between fidelity
to the original shapes and contrast |
static HintStyle | NONE
Do not hint outlines |
static HintStyle | SLIGHT
Hint outlines slightly to improve contrast while retaining good fidelity
to the original shapes. |
Method Summary | |
---|---|
static HintStyle | intern(int value) |
boolean | test(HintStyle 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.
Use the default hint style for for font backend and target deviceDeprecated: 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.
Hint outlines to maximize contrastDeprecated: 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.
Hint outlines with medium strength giving a compromise between fidelity to the original shapes and contrastDeprecated: 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.
Do not hint outlinesDeprecated: 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.
Hint outlines slightly to improve contrast while retaining good fidelity to the original shapes.