org.freedesktop.cairo
Class FontOptions
java.lang.Object
org.gnu.glib.Struct
org.freedesktop.cairo.FontOptions
public class FontOptions
- extends org.gnu.glib.Struct
Methods inherited from class org.gnu.glib.Struct |
equals, getHandle, getNullHandle, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
FontOptions
public FontOptions()
setAntialias
public void setAntialias(Antialias antialias)
getAntialias
public Antialias getAntialias()
setSubpixelOrder
public void setSubpixelOrder(SubpixelOrder subpixelOrder)
getSubpixelOrder
public SubpixelOrder getSubpixelOrder()
setHintStyle
public void setHintStyle(HintStyle hintStyle)
getHintStyle
public HintStyle getHintStyle()
setHintMetrics
public void setHintMetrics(HintMetrics hintMetrics)
getHintMetrics
public HintMetrics getHintMetrics()
merge
public void merge(FontOptions other)
equal
public boolean equal(FontOptions other)
hash
public long hash()