C# 클래스 NOpenType.Tables.UnicodeRangeInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
BitNo int
EndAt int
StartAt int

공개 메소드들

메소드 설명
ToString ( ) : string
UnicodeRangeInfo ( int bitNo, int startAt, int endAt ) : System.Collections.Generic

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UnicodeRangeInfo() 공개 메소드

public UnicodeRangeInfo ( int bitNo, int startAt, int endAt ) : System.Collections.Generic
bitNo int
startAt int
endAt int
리턴 System.Collections.Generic

프로퍼티 상세

BitNo 공개적으로 프로퍼티

public int BitNo
리턴 int

EndAt 공개적으로 프로퍼티

public int EndAt
리턴 int

StartAt 공개적으로 프로퍼티

public int StartAt
리턴 int