java-gnome version 4.0.15

org.freedesktop.cairo
Class FontOptions

Object
  extended by org.freedesktop.bindings.Pointer
      extended by org.freedesktop.bindings.Proxy
          extended by org.freedesktop.cairo.FontOptions

public class FontOptions
extends org.freedesktop.bindings.Proxy

FIXME Work in progress

Since:
Unstable
Author:
Andrew Cowie

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.
 
Methods inherited from class org.freedesktop.bindings.Pointer
toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FontOptions

public FontOptions()
Create a FontOptions instance allowing you to get at various font rendering configuration parameters.

Since:
4.0.10
Method Detail

setHintMetrics

public void setHintMetrics(HintMetrics hinting)
Whether or not you want hinting. For normal rendering you certainly do (and this is likely the default) but for the rare case where you need multiple versions of the same text to be identical across linear scaling, then you'll need this OFF.

Since:
4.0.10


java-gnome