C# Class NOpenType.Tables.GDEF

Inheritance: TableEntry
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
FillGlyphData ( Glyph inputGlyphs ) : void

fill gdef to each glyphs

Méthodes protégées

Méthode Description
ReadContentFrom ( BinaryReader reader ) : void

Private Methods

Méthode 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 méthode

fill gdef to each glyphs
public FillGlyphData ( Glyph inputGlyphs ) : void
inputGlyphs Glyph
Résultat void

ReadContentFrom() protected méthode

protected ReadContentFrom ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void