Package com.itextpdf.io.font
Class OpenTypeParser.PostTable
- java.lang.Object
-
- com.itextpdf.io.font.OpenTypeParser.PostTable
-
- Enclosing class:
- OpenTypeParser
static class OpenTypeParser.PostTable extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanisFixedPitchtrueif all the glyphs have the same width.(package private) floatitalicAngleThe italic angle.(package private) intunderlinePosition(package private) intunderlineThickness
-
Constructor Summary
Constructors Constructor Description PostTable()
-
-
-
Field Detail
-
italicAngle
float italicAngle
The 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 isFixedPitch
trueif all the glyphs have the same width.
-
-