Package com.itextpdf.io.font
Class OpenTypeParser.WindowsMetrics
- java.lang.Object
-
- com.itextpdf.io.font.OpenTypeParser.WindowsMetrics
-
- Enclosing class:
- OpenTypeParser
static class OpenTypeParser.WindowsMetrics extends java.lang.Object
The components of table 'OS/2'.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) byte[]
achVendID
(package private) int
fsSelection
(package private) short
fsType
(package private) byte[]
panose
(package private) int
sCapHeight
(package private) short
sFamilyClass
(package private) short
sTypoAscender
(package private) short
sTypoDescender
(package private) short
sTypoLineGap
(package private) int
sxHeight
(package private) int
ulCodePageRange1
(package private) int
ulCodePageRange2
(package private) int
usFirstCharIndex
(package private) int
usLastCharIndex
(package private) int
usWeightClass
(package private) int
usWidthClass
(package private) int
usWinAscent
(package private) int
usWinDescent
(package private) short
xAvgCharWidth
(package private) short
yStrikeoutPosition
(package private) short
yStrikeoutSize
(package private) short
ySubscriptXOffset
(package private) short
ySubscriptXSize
(package private) short
ySubscriptYOffset
(package private) short
ySubscriptYSize
(package private) short
ySuperscriptXOffset
(package private) short
ySuperscriptXSize
(package private) short
ySuperscriptYOffset
(package private) short
ySuperscriptYSize
-
Constructor Summary
Constructors Constructor Description WindowsMetrics()
-
-
-
Field Detail
-
xAvgCharWidth
short xAvgCharWidth
-
usWeightClass
int usWeightClass
-
usWidthClass
int usWidthClass
-
fsType
short fsType
-
ySubscriptXSize
short ySubscriptXSize
-
ySubscriptYSize
short ySubscriptYSize
-
ySubscriptXOffset
short ySubscriptXOffset
-
ySubscriptYOffset
short ySubscriptYOffset
-
ySuperscriptXSize
short ySuperscriptXSize
-
ySuperscriptYSize
short ySuperscriptYSize
-
ySuperscriptXOffset
short ySuperscriptXOffset
-
ySuperscriptYOffset
short ySuperscriptYOffset
-
yStrikeoutSize
short yStrikeoutSize
-
yStrikeoutPosition
short yStrikeoutPosition
-
sFamilyClass
short sFamilyClass
-
panose
byte[] panose
-
achVendID
byte[] achVendID
-
fsSelection
int fsSelection
-
usFirstCharIndex
int usFirstCharIndex
-
usLastCharIndex
int usLastCharIndex
-
sTypoAscender
short sTypoAscender
-
sTypoDescender
short sTypoDescender
-
sTypoLineGap
short sTypoLineGap
-
usWinAscent
int usWinAscent
-
usWinDescent
int usWinDescent
-
ulCodePageRange1
int ulCodePageRange1
-
ulCodePageRange2
int ulCodePageRange2
-
sxHeight
int sxHeight
-
sCapHeight
int sCapHeight
-
-