PdfSharp.Fonts.OpenType.GlyphDataTable.GlyphDataTable C# (CSharp) Method

GlyphDataTable() public method

public GlyphDataTable ( ) : System
return System
    public GlyphDataTable()
      : base(null, Tag)
    {
      DirectoryEntry.Tag = TableTagNames.Glyf;
    }

Same methods

GlyphDataTable::GlyphDataTable ( FontData fontData ) : System