Class TrueTypeFont.HorizontalHeader
java.lang.Object
com.gitlab.pdftk_java.com.lowagie.text.pdf.TrueTypeFont.HorizontalHeader
- Enclosing class:
TrueTypeFont
The components of table 'hhea'.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intA variable.(package private) shortA variable.(package private) shortA variable.(package private) shortA variable.(package private) shortA variable.(package private) shortA variable.(package private) shortA variable.(package private) shortA variable.(package private) intA variable.(package private) shortA variable. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Ascender
short AscenderA variable. -
Descender
short DescenderA variable. -
LineGap
short LineGapA variable. -
advanceWidthMax
int advanceWidthMaxA variable. -
minLeftSideBearing
short minLeftSideBearingA variable. -
minRightSideBearing
short minRightSideBearingA variable. -
xMaxExtent
short xMaxExtentA variable. -
caretSlopeRise
short caretSlopeRiseA variable. -
caretSlopeRun
short caretSlopeRunA variable. -
numberOfHMetrics
int numberOfHMetricsA variable.
-
-
Constructor Details
-
HorizontalHeader
protected HorizontalHeader()
-