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
Show file 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 property

public string achVendID
return string

fsSelection public property

public ushort fsSelection
return ushort

fsType public property

public ushort fsType
return ushort

panose public property

public byte[] panose
return byte[]

sCapHeight public property

public short sCapHeight
return short

sFamilyClass public property

public short sFamilyClass
return short

sTypoAscender public property

public short sTypoAscender
return short

sTypoDescender public property

public short sTypoDescender
return short

sTypoLineGap public property

public short sTypoLineGap
return short

sxHeight public property

public short sxHeight
return short

ulCodePageRange1 public property

public uint ulCodePageRange1
return uint

ulCodePageRange2 public property

public uint ulCodePageRange2
return uint

ulUnicodeRange1 public property

public uint ulUnicodeRange1
return uint

ulUnicodeRange2 public property

public uint ulUnicodeRange2
return uint

ulUnicodeRange3 public property

public uint ulUnicodeRange3
return uint

ulUnicodeRange4 public property

public uint ulUnicodeRange4
return uint

usBreakChar public property

public ushort usBreakChar
return ushort

usDefaultChar public property

public ushort usDefaultChar
return ushort

usFirstCharIndex public property

public ushort usFirstCharIndex
return ushort

usLastCharIndex public property

public ushort usLastCharIndex
return ushort

usMaxContext public property

public ushort usMaxContext
return ushort

usWeightClass public property

public ushort usWeightClass
return ushort

usWidthClass public property

public ushort usWidthClass
return ushort

usWinAscent public property

public ushort usWinAscent
return ushort

usWinDescent public property

public ushort usWinDescent
return ushort

version public property

public ushort version
return ushort

xAvgCharWidth public property

public short xAvgCharWidth
return short

yStrikeoutPosition public property

public short yStrikeoutPosition
return short

yStrikeoutSize public property

public short yStrikeoutSize
return short

ySubscriptXOffset public property

public short ySubscriptXOffset
return short

ySubscriptXSize public property

public short ySubscriptXSize
return short

ySubscriptYOffset public property

public short ySubscriptYOffset
return short

ySubscriptYSize public property

public short ySubscriptYSize
return short

ySuperscriptXOffset public property

public short ySuperscriptXOffset
return short

ySuperscriptXSize public property

public short ySuperscriptXSize
return short

ySuperscriptYOffset public property

public short ySuperscriptYOffset
return short

ySuperscriptYSize public property

public short ySuperscriptYSize
return short