C# Class NOpenType.Tables.GDEF

Inheritance: TableEntry
Datei anzeigen Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
FillGlyphData ( Glyph inputGlyphs ) : void

fill gdef to each glyphs

Protected Methods

Method Description
ReadContentFrom ( BinaryReader reader ) : void

Private Methods

Method Description
FillAttachPoints ( Glyph inputGlyphs ) : void
FillClassDefs ( Glyph inputGlyphs ) : void
FillLigatureCarets ( Glyph inputGlyphs ) : void
FillMarkAttachmentClassDefs ( Glyph inputGlyphs ) : void
FillMarkGlyphSets ( Glyph inputGlyphs ) : void

Method Details

FillGlyphData() public method

fill gdef to each glyphs
public FillGlyphData ( Glyph inputGlyphs ) : void
inputGlyphs Glyph
return void

ReadContentFrom() protected method

protected ReadContentFrom ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void