C# Class PdfSharp.Fonts.TrueType.TrueTypeFontWriter

Represents a writer for True Type font files.
Inheritance: FontWriter
显示文件 Open project: GNOME/pdfmod Class Usage Examples

Public Methods

Method 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 method

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

WriteTag() public method

Writes a table name.
public WriteTag ( string tag ) : void
tag string
return void