Package com.lowagie.text.pdf
Class TrueTypeFont.FontHeader
java.lang.Object
com.lowagie.text.pdf.TrueTypeFont.FontHeader
- Enclosing class:
TrueTypeFont
The components of table 'head'.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
A variable.(package private) int
A variable.(package private) int
A variable.(package private) short
A variable.(package private) short
A variable.(package private) short
A variable.(package private) short
A variable. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
flags
int flagsA variable. -
unitsPerEm
int unitsPerEmA variable. -
xMin
short xMinA variable. -
yMin
short yMinA variable. -
xMax
short xMaxA variable. -
yMax
short yMaxA variable. -
macStyle
int macStyleA variable.
-
-
Constructor Details
-
FontHeader
protected FontHeader()
-