public class Antialias
extends org.freedesktop.bindings.Constant
Modifier and Type | Field and Description |
---|---|
static Antialias |
DEFAULT
Use the default antialiasing for the subsystem and target device.
|
static Antialias |
GRAY
Perform single-color antialiasing.
|
static Antialias |
NONE
Don't do antialiasing.
|
static Antialias |
SUBPIXEL
Perform antialiasing based on the subpixel ordering.
|
public static final Antialias DEFAULT
public static final Antialias GRAY
This means (for example) "using shades of gray for black text on a white background".
public static final Antialias NONE
Strictly, this means using a "bilevel alpha mask".
public static final Antialias SUBPIXEL
When the layout of the individual colour elements making up each individual pixel on an LCD panel is known, then Cairo is able to do an even more subtle job of antialiasing.
This has no effect on CRT monitors, where the pixels are rendered as unique points by the ray gun, and are not the result of the cumulative effect of three different co-located light sources at each pixel.