org.freedesktop.cairo
public class HintMetrics extends Enum
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may exist in java-gnome 4.0; look out for
org.freedesktop.cairo.HintMetrics
.
As this package was never correctly implemented in java-gnome 2.x,
any new code written will likely have a considerably different
public API.
Field Summary | |
---|---|
static HintMetrics | DEFAULT
Hint metrics in the default manner for the font backend and target device |
static HintMetrics | OFF
Do not hint font metrics |
static HintMetrics | ON
Hint font metrics |
Method Summary | |
---|---|
static HintMetrics | intern(int value) |
boolean | test(HintMetrics other) |
Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Hint metrics in the default manner for the font backend and target deviceDeprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Do not hint font metricsDeprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Hint font metrics