C# Class PdfSharp.Fonts.OpenType.MaximumProfileTable

This table establishes the memory requirements for this font. Fonts with CFF data must use Version 0.5 of this table, specifying only the numGlyphs field. Fonts with TrueType outlines must use Version 1.0 of this table, where all data is required. Both formats of OpenType require a 'maxp' table because a number of applications call the Windows GetFontData() API on the 'maxp' table to determine the number of glyphs in the font.
Inheritance: PdfSharp.Fonts.OpenType.OpenTypeFontTable
Afficher le fichier Open project: DavidS/MigraDoc Class Usage Examples

Méthodes publiques

Свойство Type Description
maxComponentDepth ushort
maxComponentElements ushort
maxCompositeContours ushort
maxCompositePoints ushort
maxContours ushort
maxFunctionDefs ushort
maxInstructionDefs ushort
maxPoints ushort
maxSizeOfInstructions ushort
maxStackElements ushort
maxStorage ushort
maxTwilightPoints ushort
maxZones ushort
numGlyphs ushort
version System.Int32

Méthodes publiques

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

Method Details

MaximumProfileTable() public méthode

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

Read() public méthode

public Read ( ) : void
Résultat void

Property Details

maxComponentDepth public_oe property

public ushort maxComponentDepth
Résultat ushort

maxComponentElements public_oe property

public ushort maxComponentElements
Résultat ushort

maxCompositeContours public_oe property

public ushort maxCompositeContours
Résultat ushort

maxCompositePoints public_oe property

public ushort maxCompositePoints
Résultat ushort

maxContours public_oe property

public ushort maxContours
Résultat ushort

maxFunctionDefs public_oe property

public ushort maxFunctionDefs
Résultat ushort

maxInstructionDefs public_oe property

public ushort maxInstructionDefs
Résultat ushort

maxPoints public_oe property

public ushort maxPoints
Résultat ushort

maxSizeOfInstructions public_oe property

public ushort maxSizeOfInstructions
Résultat ushort

maxStackElements public_oe property

public ushort maxStackElements
Résultat ushort

maxStorage public_oe property

public ushort maxStorage
Résultat ushort

maxTwilightPoints public_oe property

public ushort maxTwilightPoints
Résultat ushort

maxZones public_oe property

public ushort maxZones
Résultat ushort

numGlyphs public_oe property

public ushort numGlyphs
Résultat ushort

version public_oe property

public Int32,System version
Résultat System.Int32