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
Afficher le fichier Open project: DavidS/MigraDoc Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
OS2Table ( FontData fontData ) : System
Read ( ) : void

Method Details

OS2Table() public méthode

public OS2Table ( FontData fontData ) : System
fontData FontData
Résultat System

Read() public méthode

public Read ( ) : void
Résultat void

Property Details

achVendID public_oe property

public string achVendID
Résultat string

fsSelection public_oe property

public ushort fsSelection
Résultat ushort

fsType public_oe property

public ushort fsType
Résultat ushort

panose public_oe property

public byte[] panose
Résultat byte[]

sCapHeight public_oe property

public short sCapHeight
Résultat short

sFamilyClass public_oe property

public short sFamilyClass
Résultat short

sTypoAscender public_oe property

public short sTypoAscender
Résultat short

sTypoDescender public_oe property

public short sTypoDescender
Résultat short

sTypoLineGap public_oe property

public short sTypoLineGap
Résultat short

sxHeight public_oe property

public short sxHeight
Résultat short

ulCodePageRange1 public_oe property

public uint ulCodePageRange1
Résultat uint

ulCodePageRange2 public_oe property

public uint ulCodePageRange2
Résultat uint

ulUnicodeRange1 public_oe property

public uint ulUnicodeRange1
Résultat uint

ulUnicodeRange2 public_oe property

public uint ulUnicodeRange2
Résultat uint

ulUnicodeRange3 public_oe property

public uint ulUnicodeRange3
Résultat uint

ulUnicodeRange4 public_oe property

public uint ulUnicodeRange4
Résultat uint

usBreakChar public_oe property

public ushort usBreakChar
Résultat ushort

usDefaultChar public_oe property

public ushort usDefaultChar
Résultat ushort

usFirstCharIndex public_oe property

public ushort usFirstCharIndex
Résultat ushort

usLastCharIndex public_oe property

public ushort usLastCharIndex
Résultat ushort

usMaxContext public_oe property

public ushort usMaxContext
Résultat ushort

usWeightClass public_oe property

public ushort usWeightClass
Résultat ushort

usWidthClass public_oe property

public ushort usWidthClass
Résultat ushort

usWinAscent public_oe property

public ushort usWinAscent
Résultat ushort

usWinDescent public_oe property

public ushort usWinDescent
Résultat ushort

version public_oe property

public ushort version
Résultat ushort

xAvgCharWidth public_oe property

public short xAvgCharWidth
Résultat short

yStrikeoutPosition public_oe property

public short yStrikeoutPosition
Résultat short

yStrikeoutSize public_oe property

public short yStrikeoutSize
Résultat short

ySubscriptXOffset public_oe property

public short ySubscriptXOffset
Résultat short

ySubscriptXSize public_oe property

public short ySubscriptXSize
Résultat short

ySubscriptYOffset public_oe property

public short ySubscriptYOffset
Résultat short

ySubscriptYSize public_oe property

public short ySubscriptYSize
Résultat short

ySuperscriptXOffset public_oe property

public short ySuperscriptXOffset
Résultat short

ySuperscriptXSize public_oe property

public short ySuperscriptXSize
Résultat short

ySuperscriptYOffset public_oe property

public short ySuperscriptYOffset
Résultat short

ySuperscriptYSize public_oe property

public short ySuperscriptYSize
Résultat short