C# 클래스 OTFontFile.Table_CFF.INDEXData

파일 보기 프로젝트 열기: HinTak/Font-Validator

공개 프로퍼티들

프로퍼티 타입 설명
count ushort
size uint

공개 메소드들

메소드 설명
GetData ( uint i ) : byte[]
GetOffset ( uint i ) : uint
GetString ( uint i ) : string
GetUTFString ( uint i ) : string
INDEXData ( uint offset_buf, OTFontFile.MBOBuffer bufTable ) : System
StringForID ( int sid ) : string
StringForID ( int sid, bool allowUTF8 ) : string
StringForID ( ushort sid ) : string
StringForID ( ushort sid, bool allowUTF8 ) : string

메소드 상세

GetData() 공개 메소드

public GetData ( uint i ) : byte[]
i uint
리턴 byte[]

GetOffset() 공개 메소드

public GetOffset ( uint i ) : uint
i uint
리턴 uint

GetString() 공개 메소드

public GetString ( uint i ) : string
i uint
리턴 string

GetUTFString() 공개 메소드

public GetUTFString ( uint i ) : string
i uint
리턴 string

INDEXData() 공개 메소드

public INDEXData ( uint offset_buf, OTFontFile.MBOBuffer bufTable ) : System
offset_buf uint
bufTable OTFontFile.MBOBuffer
리턴 System

StringForID() 공개 메소드

public StringForID ( int sid ) : string
sid int
리턴 string

StringForID() 공개 메소드

public StringForID ( int sid, bool allowUTF8 ) : string
sid int
allowUTF8 bool
리턴 string

StringForID() 공개 메소드

public StringForID ( ushort sid ) : string
sid ushort
리턴 string

StringForID() 공개 메소드

public StringForID ( ushort sid, bool allowUTF8 ) : string
sid ushort
allowUTF8 bool
리턴 string

프로퍼티 상세

count 공개적으로 프로퍼티

public ushort count
리턴 ushort

size 공개적으로 프로퍼티

public uint size
리턴 uint