com.lowagie.text.pdf

Class TrueTypeFont.FontHeader

protected static class TrueTypeFont.FontHeader extends Object

The components of table 'head'.
Field Summary
intflags
A variable.
intmacStyle
A variable.
intunitsPerEm
A variable.
shortxMax
A variable.
shortxMin
A variable.
shortyMax
A variable.
shortyMin
A variable.

Field Detail

flags

int flags
A variable.

macStyle

int macStyle
A variable.

unitsPerEm

int unitsPerEm
A variable.

xMax

short xMax
A variable.

xMin

short xMin
A variable.

yMax

short yMax
A variable.

yMin

short yMin
A variable.