Class FontDescription
java.lang.Object
org.openpdf.pdf.FontDescription
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFontDescription(BaseFont font) FontDescription(BaseFont font, boolean isFromFontFace) FontDescription(BaseFont font, boolean isFromFontFace, IdentValue style) FontDescription(BaseFont font, boolean isFromFontFace, IdentValue style, FontDescription.Decorations decorations) FontDescription(BaseFont font, IdentValue style, int weight) -
Method Summary
-
Constructor Details
-
FontDescription
-
FontDescription
-
FontDescription
-
FontDescription
-
FontDescription
public FontDescription(BaseFont font, boolean isFromFontFace, IdentValue style, FontDescription.Decorations decorations)
-
-
Method Details
-
getFont
-
getWeight
public int getWeight() -
getStyle
-
getUnderlinePosition
public float getUnderlinePosition()This refers to the top of the underline stroke -
getUnderlineThickness
public float getUnderlineThickness() -
getYStrikeoutPosition
public float getYStrikeoutPosition() -
getYStrikeoutSize
public float getYStrikeoutSize() -
isFromFontFace
public boolean isFromFontFace() -
toString
-