C# Class NOpenType.Tables.Kern.KerningSubTable

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode 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 méthode

public AddKernPair ( ushort left, ushort right, short value ) : void
left ushort
right ushort
value short
Résultat void

GetKernDistance() public méthode

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

KerningSubTable() public méthode

public KerningSubTable ( int capcity ) : System.Collections.Generic
capcity int
Résultat System.Collections.Generic