Enum Class FTSynthesize

java.lang.Object
java.lang.Enum<FTSynthesize>
org.freedesktop.cairo.FTSynthesize
All Implemented Interfaces:
Flag, Serializable, Comparable<FTSynthesize>, Constable

public enum FTSynthesize extends Enum<FTSynthesize> implements Flag
A set of synthesis options to control how FreeType renders the glyphs for a particular font face.

Individual synthesis features of a FTFontFace can be set using FTFontFace.setSynthesize(java.util.Set<org.freedesktop.cairo.FTSynthesize>), or disabled using FTFontFace.unsetSynthesize(java.util.Set<org.freedesktop.cairo.FTSynthesize>). The currently enabled set of synthesis options can be queried with FTFontFace.getSynthesize().

Note that when synthesizing glyphs, the font metrics returned will only be estimates.

Since:
1.12