Class OpenTypeParser.PostTable
java.lang.Object
com.itextpdf.io.font.OpenTypeParser.PostTable
- Enclosing class:
OpenTypeParser
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) booleantrueif all the glyphs have the same width.(package private) floatThe italic angle.(package private) int(package private) int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
italicAngle
float italicAngleThe italic angle. It is usually extracted from the 'post' table or in it's absence with the code:-Math.atan2(hhea.caretSlopeRun, hhea.caretSlopeRise) * 180 / Math.PI -
underlinePosition
int underlinePosition -
underlineThickness
int underlineThickness -
isFixedPitch
boolean isFixedPitchtrueif all the glyphs have the same width.
-
-
Constructor Details
-
PostTable
PostTable()
-