Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Enum
org.freedesktop.cairo.HintStyle
public class HintStyle
extends Enum
Field Summary | |
static HintStyle |
|
static HintStyle |
|
static HintStyle |
|
static HintStyle |
|
static HintStyle |
|
public static final HintStyle DEFAULT
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 device
public static final HintStyle FULL
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.
Hint outlines to maximize contrast
public static final HintStyle MEDIUM
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.
Hint outlines with medium strength giving a compromise between fidelity to the original shapes and contrast
public static final HintStyle NONE
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.
Do not hint outlines
public static final HintStyle SLIGHT
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.
Hint outlines slightly to improve contrast while retaining good fidelity to the original shapes.