C# Class PdfSharp.Fonts.OpenType.FontHeaderTable

This table gives global information about the font. The bounding box values should be computed using only glyphs that have contours. Glyphs with no contours should be ignored for the purposes of these calculations.
Inheritance: PdfSharp.Fonts.OpenType.OpenTypeFontTable
Afficher le fichier Open project: DavidS/MigraDoc Class Usage Examples

Méthodes publiques

Свойство Type Description
checkSumAdjustment uint
created long
flags ushort
fontDirectionHint short
fontRevision System.Int32
glyphDataFormat short
indexToLocFormat short
lowestRecPPEM ushort
macStyle ushort
magicNumber uint
modified long
unitsPerEm ushort
version System.Int32
xMax short
xMin short

Méthodes publiques

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

Method Details

FontHeaderTable() public méthode

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

Read() public méthode

public Read ( ) : void
Résultat void

Property Details

checkSumAdjustment public_oe property

public uint checkSumAdjustment
Résultat uint

created public_oe property

public long created
Résultat long

flags public_oe property

public ushort flags
Résultat ushort

fontDirectionHint public_oe property

public short fontDirectionHint
Résultat short

fontRevision public_oe property

public Int32,System fontRevision
Résultat System.Int32

glyphDataFormat public_oe property

public short glyphDataFormat
Résultat short

indexToLocFormat public_oe property

public short indexToLocFormat
Résultat short

lowestRecPPEM public_oe property

public ushort lowestRecPPEM
Résultat ushort

macStyle public_oe property

public ushort macStyle
Résultat ushort

magicNumber public_oe property

public uint magicNumber
Résultat uint

modified public_oe property

public long modified
Résultat long

unitsPerEm public_oe property

public ushort unitsPerEm
Résultat ushort

version public_oe property

public Int32,System version
Résultat System.Int32

xMax public_oe property

public short xMax
Résultat short

xMin public_oe property

public short xMin
Résultat short