public class HintMetrics
extends org.freedesktop.bindings.Constant
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.
Modifier and Type | Field and Description |
---|---|
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.
|
public static final HintMetrics DEFAULT
public static final HintMetrics OFF
public static final HintMetrics ON