C# Class NOpenType.Tables.Kern

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

Public Methods

Method Description
GetKerningDistance ( ushort left, ushort right ) : short

Protected Methods

Method Description
ReadContentFrom ( BinaryReader reader ) : void

Private Methods

Method Description
ReadSubTableFormat0 ( BinaryReader reader, int remainingBytes ) : void

Method Details

GetKerningDistance() public method

public GetKerningDistance ( ushort left, ushort right ) : short
left ushort
right ushort
return short

ReadContentFrom() protected method

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