C# 클래스 NOpenType.Tables.GSUB

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

공개 메소드들

메소드 설명
CheckSubstitution ( int inputGlyph ) : bool

보호된 메소드들

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

비공개 메소드들

메소드 설명
ReadFeaureVariations ( BinaryReader reader ) : void
ReadLookupListTable ( BinaryReader reader, long lookupListHeadPos ) : void

메소드 상세

CheckSubstitution() 공개 메소드

public CheckSubstitution ( int inputGlyph ) : bool
inputGlyph int
리턴 bool

ReadContentFrom() 보호된 메소드

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