Package com.aowagie.text.pdf
Class TrueTypeFont.WindowsMetrics
- java.lang.Object
-
- com.aowagie.text.pdf.TrueTypeFont.WindowsMetrics
-
- Enclosing class:
- TrueTypeFont
protected static class TrueTypeFont.WindowsMetrics extends java.lang.ObjectThe components of table 'OS/2'.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) byte[]achVendIDA variable.(package private) intfsSelectionA variable.(package private) shortfsTypeA variable.(package private) byte[]panoseA variable.(package private) intsCapHeightA variable.(package private) shortsFamilyClassA variable.(package private) shortsTypoAscenderA variable.(package private) shortsTypoDescenderA variable.(package private) shortsTypoLineGapA variable.(package private) intulCodePageRange1A variable.(package private) intulCodePageRange2A variable.(package private) intusFirstCharIndexA variable.(package private) intusLastCharIndexA variable.(package private) intusWeightClassA variable.(package private) intusWidthClassA variable.(package private) intusWinAscentA variable.(package private) intusWinDescentA variable.(package private) shortxAvgCharWidthA variable.(package private) shortyStrikeoutPositionA variable.(package private) shortyStrikeoutSizeA variable.(package private) shortySubscriptXOffsetA variable.(package private) shortySubscriptXSizeA variable.(package private) shortySubscriptYOffsetA variable.(package private) shortySubscriptYSizeA variable.(package private) shortySuperscriptXOffsetA variable.(package private) shortySuperscriptXSizeA variable.(package private) shortySuperscriptYOffsetA variable.(package private) shortySuperscriptYSizeA variable.
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindowsMetrics()
-
-
-
Field Detail
-
xAvgCharWidth
short xAvgCharWidth
A variable.
-
usWeightClass
int usWeightClass
A variable.
-
usWidthClass
int usWidthClass
A variable.
-
fsType
short fsType
A variable.
-
ySubscriptXSize
short ySubscriptXSize
A variable.
-
ySubscriptYSize
short ySubscriptYSize
A variable.
-
ySubscriptXOffset
short ySubscriptXOffset
A variable.
-
ySubscriptYOffset
short ySubscriptYOffset
A variable.
-
ySuperscriptXSize
short ySuperscriptXSize
A variable.
-
ySuperscriptYSize
short ySuperscriptYSize
A variable.
-
ySuperscriptXOffset
short ySuperscriptXOffset
A variable.
-
ySuperscriptYOffset
short ySuperscriptYOffset
A variable.
-
yStrikeoutSize
short yStrikeoutSize
A variable.
-
yStrikeoutPosition
short yStrikeoutPosition
A variable.
-
sFamilyClass
short sFamilyClass
A variable.
-
panose
byte[] panose
A variable.
-
achVendID
byte[] achVendID
A variable.
-
fsSelection
int fsSelection
A variable.
-
usFirstCharIndex
int usFirstCharIndex
A variable.
-
usLastCharIndex
int usLastCharIndex
A variable.
-
sTypoAscender
short sTypoAscender
A variable.
-
sTypoDescender
short sTypoDescender
A variable.
-
sTypoLineGap
short sTypoLineGap
A variable.
-
usWinAscent
int usWinAscent
A variable.
-
usWinDescent
int usWinDescent
A variable.
-
ulCodePageRange1
int ulCodePageRange1
A variable.
-
ulCodePageRange2
int ulCodePageRange2
A variable.
-
sCapHeight
int sCapHeight
A variable.
-
-