C# Class PdfSharp.Fonts.OpenType.GlyphSubstitutionTable

This table contains information that describes the glyphs in the font in the TrueType outline format. Information regarding the rasterizer (scaler) refers to the TrueType rasterizer.
Inheritance: PdfSharp.Fonts.OpenType.OpenTypeFontTable
Datei anzeigen Open project: DavidS/MigraDoc Class Usage Examples

Public Methods

Method Description
GlyphSubstitutionTable ( FontData fontData ) : System
Read ( ) : void

Method Details

GlyphSubstitutionTable() public method

public GlyphSubstitutionTable ( FontData fontData ) : System
fontData FontData
return System

Read() public method

public Read ( ) : void
return void