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

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

공개 메소드들

메소드 설명
AddKernPair ( ushort left, ushort right, short value ) : void
GetKernDistance ( ushort left, ushort right ) : short
KerningSubTable ( int capcity ) : System.Collections.Generic

메소드 상세

AddKernPair() 공개 메소드

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

GetKernDistance() 공개 메소드

public GetKernDistance ( ushort left, ushort right ) : short
left ushort
right ushort
리턴 short

KerningSubTable() 공개 메소드

public KerningSubTable ( int capcity ) : System.Collections.Generic
capcity int
리턴 System.Collections.Generic