org.freedesktop.cairo
public class Antialias extends Enum
| Field Summary | |
|---|---|
| static Antialias | DEFAULT
Use the default antialiasing for the font subsystem and target device |
| static Antialias | GRAY
Perform single-color antialiasing (using shades of gray for black text on
a white background, for example). |
| static Antialias | NONE
Do no antialiasing of fonts; use bilevel text. |
| static Antialias | SUBPIXEL
Perform antialiasing by taking advantage of the order of subpixel
elements on devices such as LCD panels |
| Method Summary | |
|---|---|
| static Antialias | intern(int value) |
| boolean | test(Antialias other) |