com.lowagie.text.pdf

Class TrueTypeFont.WindowsMetrics

protected static class TrueTypeFont.WindowsMetrics extends Object

The components of table 'OS/2'.
Field Summary
byte[]achVendID
A variable.
intfsSelection
A variable.
shortfsType
A variable.
byte[]panose
A variable.
intsCapHeight
A variable.
shortsFamilyClass
A variable.
shortsTypoAscender
A variable.
shortsTypoDescender
A variable.
shortsTypoLineGap
A variable.
intulCodePageRange1
A variable.
intulCodePageRange2
A variable.
intusFirstCharIndex
A variable.
intusLastCharIndex
A variable.
intusWeightClass
A variable.
intusWidthClass
A variable.
intusWinAscent
A variable.
intusWinDescent
A variable.
shortxAvgCharWidth
A variable.
shortyStrikeoutPosition
A variable.
shortyStrikeoutSize
A variable.
shortySubscriptXOffset
A variable.
shortySubscriptXSize
A variable.
shortySubscriptYOffset
A variable.
shortySubscriptYSize
A variable.
shortySuperscriptXOffset
A variable.
shortySuperscriptXSize
A variable.
shortySuperscriptYOffset
A variable.
shortySuperscriptYSize
A variable.

Field Detail

achVendID

byte[] achVendID
A variable.

fsSelection

int fsSelection
A variable.

fsType

short fsType
A variable.

panose

byte[] panose
A variable.

sCapHeight

int sCapHeight
A variable.

sFamilyClass

short sFamilyClass
A variable.

sTypoAscender

short sTypoAscender
A variable.

sTypoDescender

short sTypoDescender
A variable.

sTypoLineGap

short sTypoLineGap
A variable.

ulCodePageRange1

int ulCodePageRange1
A variable.

ulCodePageRange2

int ulCodePageRange2
A variable.

usFirstCharIndex

int usFirstCharIndex
A variable.

usLastCharIndex

int usLastCharIndex
A variable.

usWeightClass

int usWeightClass
A variable.

usWidthClass

int usWidthClass
A variable.

usWinAscent

int usWinAscent
A variable.

usWinDescent

int usWinDescent
A variable.

xAvgCharWidth

short xAvgCharWidth
A variable.

yStrikeoutPosition

short yStrikeoutPosition
A variable.

yStrikeoutSize

short yStrikeoutSize
A variable.

ySubscriptXOffset

short ySubscriptXOffset
A variable.

ySubscriptXSize

short ySubscriptXSize
A variable.

ySubscriptYOffset

short ySubscriptYOffset
A variable.

ySubscriptYSize

short ySubscriptYSize
A variable.

ySuperscriptXOffset

short ySuperscriptXOffset
A variable.

ySuperscriptXSize

short ySuperscriptXSize
A variable.

ySuperscriptYOffset

short ySuperscriptYOffset
A variable.

ySuperscriptYSize

short ySuperscriptYSize
A variable.