C# Class NOpenType.Tables.GSUB

Inheritance: TableEntry
Exibir arquivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
CheckSubstitution ( int inputGlyph ) : bool

Protected Methods

Method Description
ReadContentFrom ( BinaryReader reader ) : void

Private Methods

Method Description
ReadFeaureVariations ( BinaryReader reader ) : void
ReadLookupListTable ( BinaryReader reader, long lookupListHeadPos ) : void

Method Details

CheckSubstitution() public method

public CheckSubstitution ( int inputGlyph ) : bool
inputGlyph int
return bool

ReadContentFrom() protected method

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