Package gnu.java.awt.font.opentype.truetype

Class Summary
Fixed A utility class for fixed-point arithmetics, where numbers are represented with 26 dot 6 digits.
GlyphLoader A class for loading scaled and hinted glyph outlines.
GlyphLocator Locates glyph outlines in a TrueType or OpenType glyf table.
GlyphLocator.FourByte A GlyphLocator that locates glyphs using four-byte offsets, interpreting loca tables of format 1.
GlyphLocator.TwoByte A GlyphLocator that locates glyphs using two-byte offsets, interpreting loca tables of format 0.
GlyphMeasurer A class for measuring TrueType and OpenType glyphs.
TrueTypeScaler A scaler for fonts whose outlines are described in the TrueType format.
VirtualMachine A virtual machine for interpreting TrueType bytecodes.
Zone A collection of points with some additional information.
ZonePathIterator A PathIterator that enumerates the non-phantom points in a zone.