C# Class PdfSharp.Fonts.TrueType.TrueTypeFontWriter

Represents a writer for True Type font files.
Inheritance: FontWriter
Afficher le fichier Open project: GNOME/pdfmod Class Usage Examples

Méthodes publiques

Méthode Description
TrueTypeFontWriter ( Stream stream ) : System

Initializes a new instance of the TrueTypeFontWriter class.

WriteTag ( string tag ) : void

Writes a table name.

Method Details

TrueTypeFontWriter() public méthode

Initializes a new instance of the TrueTypeFontWriter class.
public TrueTypeFontWriter ( Stream stream ) : System
stream Stream
Résultat System

WriteTag() public méthode

Writes a table name.
public WriteTag ( string tag ) : void
tag string
Résultat void