C# 클래스 bffnt_tool.FFNT.CMAP

파일 보기 프로젝트 열기: wmltogether/ZLD-TWW-HD-Chinese-Localization-Project

공개 프로퍼티들

프로퍼티 타입 설명
CodeBegin System.UInt16
CodeEnd System.UInt16
IndexOffset System.UInt16
IndexTable System.UInt16[]
MappingMethod CMAPMappingMethod
NextCMAPOffset System.UInt32
NrScanEntries System.UInt16
Reserved System.UInt16
ScanEntries UInt16>.Dictionary
SectionSize System.UInt32
Signature String

공개 메소드들

메소드 설명
CMAP ( EndianBinaryReader er ) : System
GetIndexFromCode ( UInt16 Code ) : UInt16

메소드 상세

CMAP() 공개 메소드

public CMAP ( EndianBinaryReader er ) : System
er EndianBinaryReader
리턴 System

GetIndexFromCode() 공개 메소드

public GetIndexFromCode ( UInt16 Code ) : UInt16
Code System.UInt16
리턴 System.UInt16

프로퍼티 상세

CodeBegin 공개적으로 프로퍼티

public UInt16,System CodeBegin
리턴 System.UInt16

CodeEnd 공개적으로 프로퍼티

public UInt16,System CodeEnd
리턴 System.UInt16

IndexOffset 공개적으로 프로퍼티

public UInt16,System IndexOffset
리턴 System.UInt16

IndexTable 공개적으로 프로퍼티

public UInt16[],System IndexTable
리턴 System.UInt16[]

MappingMethod 공개적으로 프로퍼티

public CMAPMappingMethod MappingMethod
리턴 CMAPMappingMethod

NextCMAPOffset 공개적으로 프로퍼티

public UInt32,System NextCMAPOffset
리턴 System.UInt32

NrScanEntries 공개적으로 프로퍼티

public UInt16,System NrScanEntries
리턴 System.UInt16

Reserved 공개적으로 프로퍼티

public UInt16,System Reserved
리턴 System.UInt16

ScanEntries 공개적으로 프로퍼티

public Dictionary ScanEntries
리턴 UInt16>.Dictionary

SectionSize 공개적으로 프로퍼티

public UInt32,System SectionSize
리턴 System.UInt32

Signature 공개적으로 프로퍼티

public String Signature
리턴 String