public class HintStyle
extends org.freedesktop.bindings.Constant
DEFAULT.
 Like HintMetrics, you can generally leave this alone.
 
 
 Worse, vendors like Canonical patch their distribution's Cairo package in
 ways that have voided their support from the upstream Cairo and Pango
 authors. So setting SLIGHT will unfortunately have varying
 and unpredictable effects, depending on what Linux your users are on.
| Modifier and Type | Field and Description | 
|---|---|
| static HintStyle | DEFAULTDefault is like "unset"; the existing value from the surrounding
 environment (Context, Surface, Font in use, Font rendering back end,
 etc) will be used. | 
| static HintStyle | FULLFull hinting, maximizing contrast. | 
| static HintStyle | MEDIUMMedium hinting. | 
| static HintStyle | NONETurn hinting off, being most faithful to the actual outlines in the
 font. | 
| static HintStyle | SLIGHTSlight hinting. | 
public static final HintStyle DEFAULT
public static final HintStyle FULL
public static final HintStyle MEDIUM
public static final HintStyle NONE
public static final HintStyle SLIGHT