C# 클래스 OTFontFile.Table_CFF

Summary description for Table_CFF.
상속: OTFontFile.OTTable
파일 보기 프로젝트 열기: HinTak/Font-Validator 1 사용 예제들

공개 메소드들

메소드 설명
GetCache ( ) : DataCache
GetDICT ( byte data ) : DICTData
GetINDEX ( int offset ) : INDEXData
GetPrivate ( DICTData thisTopDICT ) : DICTData
GetTopDICT ( uint i ) : DICTData
Table_CFF ( OTFontFile.OTTag tag, OTFontFile.MBOBuffer buf ) : System

메소드 상세

GetCache() 공개 메소드

public GetCache ( ) : DataCache
리턴 DataCache

GetDICT() 공개 메소드

public GetDICT ( byte data ) : DICTData
data byte
리턴 DICTData

GetINDEX() 공개 메소드

public GetINDEX ( int offset ) : INDEXData
offset int
리턴 INDEXData

GetPrivate() 공개 메소드

public GetPrivate ( DICTData thisTopDICT ) : DICTData
thisTopDICT DICTData
리턴 DICTData

GetTopDICT() 공개 메소드

public GetTopDICT ( uint i ) : DICTData
i uint
리턴 DICTData

Table_CFF() 공개 메소드

public Table_CFF ( OTFontFile.OTTag tag, OTFontFile.MBOBuffer buf ) : System
tag OTFontFile.OTTag
buf OTFontFile.MBOBuffer
리턴 System