org.freedesktop.cairo
public class HintStyle extends Enum
| 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) |