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
Show file Open project: GNOME/pdfmod Class Usage Examples

Public Methods

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

public IRefFontTable ( FontData fontData, TrueTypeFontTable fontTable ) : System
fontData FontData
fontTable TrueTypeFontTable
return System

PrepareForCompilation() public method

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

Write() public method

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