C# 클래스 NOpenType.Tables.HorizontalMetrics

상속: TableEntry
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
GetAdvanceWidth ( int index ) : ushort
GetHMatric ( int index, ushort &advWidth, short &lsb ) : void
GetLeftSideBearing ( int index ) : short
HorizontalMetrics ( UInt16 numOfHMatrics, UInt16 numGlyphs ) : System

보호된 메소드들

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

메소드 상세

GetAdvanceWidth() 공개 메소드

public GetAdvanceWidth ( int index ) : ushort
index int
리턴 ushort

GetHMatric() 공개 메소드

public GetHMatric ( int index, ushort &advWidth, short &lsb ) : void
index int
advWidth ushort
lsb short
리턴 void

GetLeftSideBearing() 공개 메소드

public GetLeftSideBearing ( int index ) : short
index int
리턴 short

HorizontalMetrics() 공개 메소드

public HorizontalMetrics ( UInt16 numOfHMatrics, UInt16 numGlyphs ) : System
numOfHMatrics System.UInt16
numGlyphs System.UInt16
리턴 System

ReadContentFrom() 보호된 메소드

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