See: Description
| Class | Description |
|---|---|
| TTFCMapTable |
CMAP Table.
|
| TTFFile |
Concrete implementation of the TrueType Font, read from a TTF File.
|
| TTFFileInput |
Concrete implementation of the TrueType Input for one Table, read from a TTF
File.
|
| TTFFont |
TrueType Font with all its tables.
|
| TTFGlyfTable |
GLYPH Table.
|
| TTFHeadTable |
HEAD Table.
|
| TTFHHeaTable |
HHEA Table.
|
| TTFHMtxTable |
HMTX Table.
|
| TTFInput |
Data input for true type files.
|
| TTFLocaTable |
LOCA Table.
|
| TTFMaxPTable |
MAXP Table.
|
| TTFMemoryInput |
FIXME: These methods are not really tested yet.
|
| TTFNameTable |
NAME Table.
|
| TTFOpenType |
Conrete implementation of a TrueType font, attached to a JavaFont which
implements the OpenType interface.
|
| TTFOS_2Table |
OS/2 Table.
|
| TTFPostTable |
POST Table.
|
| TTFTable |
Concrete instances derived from this class hold data stored in true type
tables.
|
| TTFVersionTable |
VERSION Table.
|
Interface for TrueType Font information, using a Java Font class or read from a TrueType font file.
Limitations:
Copyright © 2020. All rights reserved.