com.lowagie.text.pdf

Class TrueTypeFont.HorizontalHeader

protected static class TrueTypeFont.HorizontalHeader extends Object

The components of table 'hhea'.
Field Summary
shortAscender
A variable.
intadvanceWidthMax
A variable.
shortcaretSlopeRise
A variable.
shortcaretSlopeRun
A variable.
shortDescender
A variable.
shortLineGap
A variable.
shortminLeftSideBearing
A variable.
shortminRightSideBearing
A variable.
intnumberOfHMetrics
A variable.
shortxMaxExtent
A variable.

Field Detail

Ascender

short Ascender
A variable.

advanceWidthMax

int advanceWidthMax
A variable.

caretSlopeRise

short caretSlopeRise
A variable.

caretSlopeRun

short caretSlopeRun
A variable.

Descender

short Descender
A variable.

LineGap

short LineGap
A variable.

minLeftSideBearing

short minLeftSideBearing
A variable.

minRightSideBearing

short minRightSideBearing
A variable.

numberOfHMetrics

int numberOfHMetrics
A variable.

xMaxExtent

short xMaxExtent
A variable.