C# Class NOpenType.Tables.Kern

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

Méthodes publiques

Méthode Description
GetKerningDistance ( ushort left, ushort right ) : short

Méthodes protégées

Méthode Description
ReadContentFrom ( BinaryReader reader ) : void

Private Methods

Méthode Description
ReadSubTableFormat0 ( BinaryReader reader, int remainingBytes ) : void

Method Details

GetKerningDistance() public méthode

public GetKerningDistance ( ushort left, ushort right ) : short
left ushort
right ushort
Résultat short

ReadContentFrom() protected méthode

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