Package de.intarsys.cwt.font.truetype
Class TTPostScriptInformation
java.lang.Object
de.intarsys.cwt.font.truetype.TTPostScriptInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
float
int
int
float
void
setIsFixedPitch
(long l) void
setItalicAngle
(float f) void
setUnderlinePosition
(int i) void
setUnderlineThickness
(int i) void
setVersion
(float f)
-
Constructor Details
-
TTPostScriptInformation
public TTPostScriptInformation()
-
-
Method Details
-
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)
-