C# Class NOpenType.Tables.CoverageTable

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

Méthodes publiques

Méthode Description
CreateFrom ( BinaryReader reader, long beginAt ) : CoverageTable
CreateMultipleCoverageTables ( long initPos, short offsets, BinaryReader reader ) : NOpenType.Tables.CoverageTable[]
FindGlyphIndex ( int glyphIndex ) : int

Private Methods

Méthode Description
CoverageTable ( ) : System

Method Details

CreateFrom() public static méthode

public static CreateFrom ( BinaryReader reader, long beginAt ) : CoverageTable
reader System.IO.BinaryReader
beginAt long
Résultat CoverageTable

CreateMultipleCoverageTables() public static méthode

public static CreateMultipleCoverageTables ( long initPos, short offsets, BinaryReader reader ) : NOpenType.Tables.CoverageTable[]
initPos long
offsets short
reader System.IO.BinaryReader
Résultat NOpenType.Tables.CoverageTable[]

FindGlyphIndex() public méthode

public FindGlyphIndex ( int glyphIndex ) : int
glyphIndex int
Résultat int