C# Class NOpenType.Tables.Kern.KerningPair

Exibir arquivo Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
left ushort
right ushort
value short

Public Methods

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

Method Details

KerningPair() public method

public KerningPair ( ushort left, ushort right, short value ) : System.Collections.Generic
left ushort
right ushort
value short
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

Property Details

left public_oe property

left glyph index
public ushort left
return ushort

right public_oe property

right glyph index
public ushort right
return 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
return short