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
Datei anzeigen Open project: DavidS/MigraDoc Class Usage Examples

Public Properties

Property 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

Public Methods

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

Method Details

FontHeaderTable() public method

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

Read() public method

public Read ( ) : void
return void

Property Details

checkSumAdjustment public_oe property

public uint checkSumAdjustment
return uint

created public_oe property

public long created
return long

flags public_oe property

public ushort flags
return ushort

fontDirectionHint public_oe property

public short fontDirectionHint
return short

fontRevision public_oe property

public Int32,System fontRevision
return System.Int32

glyphDataFormat public_oe property

public short glyphDataFormat
return short

indexToLocFormat public_oe property

public short indexToLocFormat
return short

lowestRecPPEM public_oe property

public ushort lowestRecPPEM
return ushort

macStyle public_oe property

public ushort macStyle
return ushort

magicNumber public_oe property

public uint magicNumber
return uint

modified public_oe property

public long modified
return long

unitsPerEm public_oe property

public ushort unitsPerEm
return ushort

version public_oe property

public Int32,System version
return System.Int32

xMax public_oe property

public short xMax
return short

xMin public_oe property

public short xMin
return short