C# Class NOpenType.Tables.Kern.KerningSubTable

Exibir arquivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
AddKernPair ( ushort left, ushort right, short value ) : void
GetKernDistance ( ushort left, ushort right ) : short
KerningSubTable ( int capcity ) : System.Collections.Generic

Method Details

AddKernPair() public method

public AddKernPair ( ushort left, ushort right, short value ) : void
left ushort
right ushort
value short
return void

GetKernDistance() public method

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

KerningSubTable() public method

public KerningSubTable ( int capcity ) : System.Collections.Generic
capcity int
return System.Collections.Generic