C# Class NOpenType.Tables.Kern.KerningPair

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Свойство Type Description
left ushort
right ushort
value short

Méthodes publiques

Méthode Description
KerningPair ( ushort left, ushort right, short value ) : System.Collections.Generic
ToString ( ) : string

Method Details

KerningPair() public méthode

public KerningPair ( ushort left, ushort right, short value ) : System.Collections.Generic
left ushort
right ushort
value short
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

left public_oe property

left glyph index
public ushort left
Résultat ushort

right public_oe property

right glyph index
public ushort right
Résultat ushort

value public_oe property

n FUnits. If this value is greater than zero, the characters will be moved apart. If this value is less than zero, the character will be moved closer together.
public short value
Résultat short