public class HintStyle
extends org.freedesktop.bindings.Constant
DEFAULT
.
Like HintMetrics, you can generally leave this alone.
Worse, vendors like Canonical patch their distribution's Cairo package in
ways that have voided their support from the upstream Cairo and Pango
authors. So setting SLIGHT
will unfortunately have varying
and unpredictable effects, depending on what Linux your users are on.
Modifier and Type | Field and Description |
---|---|
static HintStyle |
DEFAULT
Default is like "unset"; the existing value from the surrounding
environment (Context, Surface, Font in use, Font rendering back end,
etc) will be used.
|
static HintStyle |
FULL
Full hinting, maximizing contrast.
|
static HintStyle |
MEDIUM
Medium hinting.
|
static HintStyle |
NONE
Turn hinting off, being most faithful to the actual outlines in the
font.
|
static HintStyle |
SLIGHT
Slight hinting.
|
public static final HintStyle DEFAULT
public static final HintStyle FULL
public static final HintStyle MEDIUM
public static final HintStyle NONE
public static final HintStyle SLIGHT