C# Class PdfSharp.Fonts.TrueType.TrueTypeFontTable

Base class for all TrueType fonts.
Inheritance: ICloneable
Afficher le fichier Open project: GNOME/pdfmod Class Usage Examples

Méthodes publiques

Свойство Type Description
DirectoryEntry TableDirectoryEntry

Méthodes publiques

Méthode Description
CalcChecksum ( byte bytes ) : uint

Calculates the checksum of a table represented by its bytes.

Clone ( ) : object

Creates a deep copy of the current instance.

PrepareForCompilation ( ) : void

When overridden in a derived class, prepares the font table to be compiled into its binary representation.

TrueTypeFontTable ( FontData fontData, string tag ) : System

Initializes a new instance of the TrueTypeFontTable class.

Write ( TrueTypeFontWriter writer ) : void

When overridden in a derived class, converts the font into its binary representation.

Méthodes protégées

Méthode Description
DeepCopy ( ) : TrueTypeFontTable

Method Details

CalcChecksum() public static méthode

Calculates the checksum of a table represented by its bytes.
public static CalcChecksum ( byte bytes ) : uint
bytes byte
Résultat uint

Clone() public méthode

Creates a deep copy of the current instance.
public Clone ( ) : object
Résultat object

DeepCopy() protected méthode

protected DeepCopy ( ) : TrueTypeFontTable
Résultat TrueTypeFontTable

PrepareForCompilation() public méthode

When overridden in a derived class, prepares the font table to be compiled into its binary representation.
public PrepareForCompilation ( ) : void
Résultat void

TrueTypeFontTable() public méthode

Initializes a new instance of the TrueTypeFontTable class.
public TrueTypeFontTable ( FontData fontData, string tag ) : System
fontData FontData
tag string
Résultat System

Write() public méthode

When overridden in a derived class, converts the font into its binary representation.
public Write ( TrueTypeFontWriter writer ) : void
writer TrueTypeFontWriter
Résultat void

Property Details

DirectoryEntry public_oe property

public TableDirectoryEntry DirectoryEntry
Résultat TableDirectoryEntry