getFormatType
public float getFormatType()
getGlyphNames
public String[] getGlyphNames()
getIsFixedPitch
public long getIsFixedPitch()
- Returns the isFixedPitch.
getItalicAngle
public float getItalicAngle()
getMaxMemType1
public long getMaxMemType1()
getMaxMemType42
public long getMaxMemType42()
- Returns the maxMemType42.
getMimMemType1
public long getMimMemType1()
getMinMemType42
public long getMinMemType42()
- Returns the minMemType42.
getUnderlinePosition
public short getUnderlinePosition()
- Returns the underlinePosition.
getUnderlineThickness
public short getUnderlineThickness()
- Returns the underlineThickness.
initData
public void initData(TrueTypeFont ttf,
TTFDataStream data)
throws IOException This will read the required data from the stream.
- initData in interface TTFTable
ttf - The font that is being read.data - The stream to read the data from.
setFormatType
public void setFormatType(float formatTypeValue)
formatTypeValue - The formatType to set.
setGlyphNames
public void setGlyphNames(String[] glyphNamesValue)
glyphNamesValue - The glyphNames to set.
setIsFixedPitch
public void setIsFixedPitch(long isFixedPitchValue)
isFixedPitchValue - The isFixedPitch to set.
setItalicAngle
public void setItalicAngle(float italicAngleValue)
italicAngleValue - The italicAngle to set.
setMaxMemType1
public void setMaxMemType1(long maxMemType1Value)
maxMemType1Value - The maxMemType1 to set.
setMaxMemType42
public void setMaxMemType42(long maxMemType42Value)
maxMemType42Value - The maxMemType42 to set.
setMimMemType1
public void setMimMemType1(long mimMemType1Value)
mimMemType1Value - The mimMemType1 to set.
setMinMemType42
public void setMinMemType42(long minMemType42Value)
minMemType42Value - The minMemType42 to set.
setUnderlinePosition
public void setUnderlinePosition(short underlinePositionValue)
underlinePositionValue - The underlinePosition to set.
setUnderlineThickness
public void setUnderlineThickness(short underlineThicknessValue)
underlineThicknessValue - The underlineThickness to set.