C# Class PdfSharp.Fonts.TrueType.IRefFontTable

Represents an indirect reference to an existing font table in a font image. Used to create binary copies of an existing font table that is not modified.
Inheritance: TrueTypeFontTable
Afficher le fichier Open project: GNOME/pdfmod Class Usage Examples

Méthodes publiques

Méthode Description
IRefFontTable ( FontData fontData, TrueTypeFontTable fontTable ) : System
PrepareForCompilation ( ) : void

Prepares the font table to be compiled into its binary representation.

Write ( TrueTypeFontWriter writer ) : void

Converts the font into its binary representation.

Method Details

IRefFontTable() public méthode

public IRefFontTable ( FontData fontData, TrueTypeFontTable fontTable ) : System
fontData FontData
fontTable TrueTypeFontTable
Résultat System

PrepareForCompilation() public méthode

Prepares the font table to be compiled into its binary representation.
public PrepareForCompilation ( ) : void
Résultat void

Write() public méthode

Converts the font into its binary representation.
public Write ( TrueTypeFontWriter writer ) : void
writer TrueTypeFontWriter
Résultat void