C# 클래스 NOpenType.Tables.CoverageTable.RangeRecord

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

공개 프로퍼티들

프로퍼티 타입 설명
end ushort
start ushort
startCoverageIndex ushort

공개 메소드들

메소드 설명
Contains ( int glyphIndex ) : bool
RangeRecord ( ushort start, ushort end, ushort startCoverageIndex ) : System
ToString ( ) : string

메소드 상세

Contains() 공개 메소드

public Contains ( int glyphIndex ) : bool
glyphIndex int
리턴 bool

RangeRecord() 공개 메소드

public RangeRecord ( ushort start, ushort end, ushort startCoverageIndex ) : System
start ushort
end ushort
startCoverageIndex ushort
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

end 공개적으로 프로퍼티

public ushort end
리턴 ushort

start 공개적으로 프로퍼티

public ushort start
리턴 ushort

startCoverageIndex 공개적으로 프로퍼티

public ushort startCoverageIndex
리턴 ushort