Maven module :un.storage : font-ttf :
Class :
un.storage.font.ttf.table.TTFHheaTable
Extends/Implements :
un.storage.font.ttf.TTFTable
Subclasses : -
Variables :
version,
ascent,
descent,
lineGap,
advanceWidthMax,
minLeftSideBearing,
minRightSideBearing,
xMaxExtent,
caretSlopeRise,
caretSlopeRun,
caretOffset,
reserved1,
reserved2,
reserved3,
reserved4,
metricDataFormat,
numOfLongHorMetrics
Functions :
TTFHheaTable,
readData,
toString
public int
version
public short
ascent
public short
descent
public short
lineGap
public int
advanceWidthMax
public short
minLeftSideBearing
public short
minRightSideBearing
public short
xMaxExtent
public short
caretSlopeRise
public short
caretSlopeRun
public short
caretOffset
public short
reserved1
public short
reserved2
public short
reserved3
public short
reserved4
public short
metricDataFormat
public int
numOfLongHorMetrics
public void
TTFHheaTable (TrueTypeFont font)
public void
readData (DataInputStream ds)
public String
toString ()
The 'hhea' table contains information needed to layout fonts whose
characters are written horizontally, that is, either left
to right or right to left.
@author Johann Sorel