|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.freedesktop.cairo.HintMetrics
public class HintMetrics
Whether to hint the font rendering based on alignment to the integer pixel
grid. Forcing this OFF
is necessary if you want perfect linear
scaling of your rendered fonts.
The default setting is to be inherited, and while probably ON
;
the presence of DEFAULT
means you can generally leave this
alone and not worry about it.
Field Summary | |
---|---|
static HintMetrics |
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 HintMetrics |
OFF
Turn metric hinting |
static HintMetrics |
ON
Hinting font metrics means "quantizing them so that they are integer values" in the target Surface's physical rendering co-ordinate space. |
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 HintMetrics DEFAULT
public static final HintMetrics OFF
public static final HintMetrics ON
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |