public class VerticalHeaderTable extends TTFTable
Modifier and Type | Field and Description |
---|---|
static String |
TAG
A tag that identifies this table type.
|
font, initialized
Modifier and Type | Method and Description |
---|---|
int |
getAdvanceHeightMax() |
short |
getAscender() |
short |
getCaretOffset() |
short |
getCaretSlopeRise() |
short |
getCaretSlopeRun() |
short |
getDescender() |
short |
getLineGap() |
short |
getMetricDataFormat() |
short |
getMinBottomSideBearing() |
short |
getMinTopSideBearing() |
int |
getNumberOfVMetrics() |
short |
getReserved1() |
short |
getReserved2() |
short |
getReserved3() |
short |
getReserved4() |
float |
getVersion() |
short |
getYMaxExtent() |
void |
read(TrueTypeFont ttf,
org.apache.fontbox.ttf.TTFDataStream data)
This will read the required data from the stream.
|
getCheckSum, getInitialized, getLength, getOffset, getTag
public static final String TAG
public void read(TrueTypeFont ttf, org.apache.fontbox.ttf.TTFDataStream data) throws IOException
ttf
- The font that is being read.data
- The stream to read the data from.IOException
- If there is an error reading the data.public int getAdvanceHeightMax()
public short getAscender()
public short getCaretSlopeRise()
public short getCaretSlopeRun()
public short getCaretOffset()
public short getDescender()
public short getLineGap()
public short getMetricDataFormat()
public short getMinTopSideBearing()
public short getMinBottomSideBearing()
public int getNumberOfVMetrics()
public short getReserved1()
public short getReserved2()
public short getReserved3()
public short getReserved4()
public float getVersion()
public short getYMaxExtent()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.