|
java-gnome version 4.1.2 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.freedesktop.cairo.HintStyle
public class HintStyle
What style of hinting to apply. Note that not all styles are supported by
all back ends, which is why you probably want 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.
Field Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |