C# 클래스 NOpenType.Tables.Kern

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

공개 메소드들

메소드 설명
GetKerningDistance ( ushort left, ushort right ) : short

보호된 메소드들

메소드 설명
ReadContentFrom ( BinaryReader reader ) : void

비공개 메소드들

메소드 설명
ReadSubTableFormat0 ( BinaryReader reader, int remainingBytes ) : void

메소드 상세

GetKerningDistance() 공개 메소드

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

ReadContentFrom() 보호된 메소드

protected ReadContentFrom ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void