public class FontOptions
extends org.freedesktop.bindings.Proxy
This is mostly used to achieve clean linear scaling by chosing
HintMetrics.OFF
. See
setFontOptions()
for an example of using this in practice.
Constructor and Description |
---|
FontOptions()
Create a FontOptions instance allowing you to get at various font
rendering configuration parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
setHintMetrics(HintMetrics hinting)
Whether or not you want hinting.
|
void |
setHintStyle(HintStyle hinting)
Which style of hinting to employ.
|
public FontOptions()
public void setHintMetrics(HintMetrics hinting)
OFF
.public void setHintStyle(HintStyle hinting)