C# Class NOpenType.Tables.GSUB

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

Méthodes publiques

Méthode Description
CheckSubstitution ( int inputGlyph ) : bool

Méthodes protégées

Méthode Description
ReadContentFrom ( BinaryReader reader ) : void

Private Methods

Méthode Description
ReadFeaureVariations ( BinaryReader reader ) : void
ReadLookupListTable ( BinaryReader reader, long lookupListHeadPos ) : void

Method Details

CheckSubstitution() public méthode

public CheckSubstitution ( int inputGlyph ) : bool
inputGlyph int
Résultat bool

ReadContentFrom() protected méthode

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