C# Class PdfSharp.Fonts.OpenType.OS2Table

The OS/2 table consists of a set of metrics that are required in OpenType fonts.
Inheritance: PdfSharp.Fonts.OpenType.OpenTypeFontTable
Datei anzeigen Open project: DavidS/MigraDoc Class Usage Examples

Public Properties

Property Type Description
achVendID string
fsSelection ushort
fsType ushort
panose byte[]
sCapHeight short
sFamilyClass short
sTypoAscender short
sTypoDescender short
sTypoLineGap short
sxHeight short
ulCodePageRange1 uint
ulCodePageRange2 uint
ulUnicodeRange1 uint
ulUnicodeRange2 uint
ulUnicodeRange3 uint
ulUnicodeRange4 uint
usBreakChar ushort
usDefaultChar ushort
usFirstCharIndex ushort
usLastCharIndex ushort
usMaxContext ushort
usWeightClass ushort
usWidthClass ushort
usWinAscent ushort
usWinDescent ushort
version ushort
xAvgCharWidth short
yStrikeoutPosition short
yStrikeoutSize short
ySubscriptXOffset short
ySubscriptXSize short
ySubscriptYOffset short
ySubscriptYSize short
ySuperscriptXOffset short
ySuperscriptXSize short
ySuperscriptYOffset short
ySuperscriptYSize short

Public Methods

Method Description
OS2Table ( FontData fontData ) : System
Read ( ) : void

Method Details

OS2Table() public method

public OS2Table ( FontData fontData ) : System
fontData FontData
return System

Read() public method

public Read ( ) : void
return void

Property Details

achVendID public_oe property

public string achVendID
return string

fsSelection public_oe property

public ushort fsSelection
return ushort

fsType public_oe property

public ushort fsType
return ushort

panose public_oe property

public byte[] panose
return byte[]

sCapHeight public_oe property

public short sCapHeight
return short

sFamilyClass public_oe property

public short sFamilyClass
return short

sTypoAscender public_oe property

public short sTypoAscender
return short

sTypoDescender public_oe property

public short sTypoDescender
return short

sTypoLineGap public_oe property

public short sTypoLineGap
return short

sxHeight public_oe property

public short sxHeight
return short

ulCodePageRange1 public_oe property

public uint ulCodePageRange1
return uint

ulCodePageRange2 public_oe property

public uint ulCodePageRange2
return uint

ulUnicodeRange1 public_oe property

public uint ulUnicodeRange1
return uint

ulUnicodeRange2 public_oe property

public uint ulUnicodeRange2
return uint

ulUnicodeRange3 public_oe property

public uint ulUnicodeRange3
return uint

ulUnicodeRange4 public_oe property

public uint ulUnicodeRange4
return uint

usBreakChar public_oe property

public ushort usBreakChar
return ushort

usDefaultChar public_oe property

public ushort usDefaultChar
return ushort

usFirstCharIndex public_oe property

public ushort usFirstCharIndex
return ushort

usLastCharIndex public_oe property

public ushort usLastCharIndex
return ushort

usMaxContext public_oe property

public ushort usMaxContext
return ushort

usWeightClass public_oe property

public ushort usWeightClass
return ushort

usWidthClass public_oe property

public ushort usWidthClass
return ushort

usWinAscent public_oe property

public ushort usWinAscent
return ushort

usWinDescent public_oe property

public ushort usWinDescent
return ushort

version public_oe property

public ushort version
return ushort

xAvgCharWidth public_oe property

public short xAvgCharWidth
return short

yStrikeoutPosition public_oe property

public short yStrikeoutPosition
return short

yStrikeoutSize public_oe property

public short yStrikeoutSize
return short

ySubscriptXOffset public_oe property

public short ySubscriptXOffset
return short

ySubscriptXSize public_oe property

public short ySubscriptXSize
return short

ySubscriptYOffset public_oe property

public short ySubscriptYOffset
return short

ySubscriptYSize public_oe property

public short ySubscriptYSize
return short

ySuperscriptXOffset public_oe property

public short ySuperscriptXOffset
return short

ySuperscriptXSize public_oe property

public short ySuperscriptXSize
return short

ySuperscriptYOffset public_oe property

public short ySuperscriptYOffset
return short

ySuperscriptYSize public_oe property

public short ySuperscriptYSize
return short