Package de.intarsys.cwt.font.truetype
Class TTPostScriptInformation
- java.lang.Object
-
- de.intarsys.cwt.font.truetype.TTPostScriptInformation
-
public class TTPostScriptInformation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TTPostScriptInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getIsFixedPitch()
float
getItalicAngle()
int
getUnderlinePosition()
int
getUnderlineThickness()
float
getVersion()
void
setIsFixedPitch(long l)
void
setItalicAngle(float f)
void
setUnderlinePosition(int i)
void
setUnderlineThickness(int i)
void
setVersion(float f)
-
-
-
Method Detail
-
getIsFixedPitch
public long getIsFixedPitch()
-
getItalicAngle
public float getItalicAngle()
-
getUnderlinePosition
public int getUnderlinePosition()
-
getUnderlineThickness
public int getUnderlineThickness()
-
getVersion
public float getVersion()
-
setIsFixedPitch
public void setIsFixedPitch(long l)
-
setItalicAngle
public void setItalicAngle(float f)
-
setUnderlinePosition
public void setUnderlinePosition(int i)
-
setUnderlineThickness
public void setUnderlineThickness(int i)
-
setVersion
public void setVersion(float f)
-
-