|
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.Pointer
org.freedesktop.bindings.Proxy
org.freedesktop.cairo.FontOptions
public class FontOptions
Configuration of how hinting will be employed (by Pango, actually) when rendering text.
This is mostly used to achieve clean linear scaling by chosing
HintMetrics.OFF
. See
setFontOptions()
for an example of using this in practice.
Constructor Summary | |
---|---|
FontOptions()
Create a FontOptions instance allowing you to get at various font rendering configuration parameters. |
Method Summary | |
---|---|
void |
setHintMetrics(HintMetrics hinting)
Whether or not you want hinting. |
void |
setHintStyle(HintStyle hinting)
Which style of hinting to employ. |
Methods inherited from class org.freedesktop.bindings.Pointer |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FontOptions()
Method Detail |
---|
public void setHintMetrics(HintMetrics hinting)
OFF
.
public void setHintStyle(HintStyle hinting)
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |