Source position: fefontengine.pas line 358
type FE_OS2 = record |
||
version: FE_UShort; |
|
|
xAvgCharWidth: FE_Short; |
|
|
usWeightClass: FE_UShort; |
|
|
usWidthClass: FE_UShort; |
|
|
fsType: FE_Short; |
|
|
ySubscriptXSize: FE_Short; |
|
|
ySubscriptYSize: FE_Short; |
|
|
ySubScriptXOffset: FE_Short; |
|
|
ySubscriptYOffset: FE_Short; |
|
|
ySuperscriptXSize: FE_Short; |
|
|
ySuperscriptYSize: FE_Short; |
|
|
ySuperscriptXOffset: FE_Short; |
|
|
ySuperscriptYOffset: FE_Short; |
|
|
yStrikeoutSize: FE_Short; |
|
|
yStrikeoutPosition: FE_Short; |
|
|
sFamilyClass: FE_Short; |
|
|
panose: array [0..9] of Byte; |
|
|
ulUnicodeRange1: FE_ULong; |
|
|
ulUnicodeRange2: FE_ULong; |
|
|
ulUnicodeRange3: FE_ULong; |
|
|
ulUnicodeRange4: FE_ULong; |
|
|
achVendID: array [0..3] of Byte; |
|
|
fsSelection: FE_UShort; |
|
|
usFirstCharIndex: FE_UShort; |
|
|
usLastCharIndex: FE_UShort; |
|
|
sTypoAscender: FE_Short; |
|
|
sTypoDescender: FE_Short; |
|
|
sTypoLineGap: FE_Short; |
|
|
usWinAscent: FE_UShort; |
|
|
usWinDescent: FE_UShort; |
|
|
ulCodePageRange1: FE_ULong; |
|
|
ulCodePageRange2: FE_ULong; |
|
|
sxHeight: FE_Short; |
|
|
sCapHeight: FE_Short; |
|
|
usDefaultChar: FE_UShort; |
|
|
usBreakChar: FE_UShort; |
|
|
usMaxContext: FE_UShort; |
|
|
end; |
| CT Web help |
| CodeTyphon Studio |