C# 클래스 NOpenType.Tables.Kern.KerningPair

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 프로퍼티들

프로퍼티 타입 설명
left ushort
right ushort
value short

공개 메소드들

메소드 설명
KerningPair ( ushort left, ushort right, short value ) : System.Collections.Generic
ToString ( ) : string

메소드 상세

KerningPair() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

left 공개적으로 프로퍼티

left glyph index
public ushort left
리턴 ushort

right 공개적으로 프로퍼티

right glyph index
public ushort right
리턴 ushort

value 공개적으로 프로퍼티

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
리턴 short