C# Class PdfSharp.Fonts.TrueType.GenericFontTable

Generic font table. Not yet used
Inheritance: TrueTypeFontTable
Show file Open project: GNOME/pdfmod Class Usage Examples

Public Methods

Method Description
GenericFontTable ( FontData fontData, string tag ) : System
GenericFontTable ( TrueTypeFontTable fontTable ) : System

Protected Methods

Method Description
DeepCopy ( ) : TrueTypeFontTable

Method Details

DeepCopy() protected method

protected DeepCopy ( ) : TrueTypeFontTable
return TrueTypeFontTable

GenericFontTable() public method

public GenericFontTable ( FontData fontData, string tag ) : System
fontData FontData
tag string
return System

GenericFontTable() public method

public GenericFontTable ( TrueTypeFontTable fontTable ) : System
fontTable TrueTypeFontTable
return System