C# Class bffnt_tool.FFNT.CMAP

Exibir arquivo Open project: wmltogether/ZLD-TWW-HD-Chinese-Localization-Project

Public Properties

Property Type Description
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

Public Methods

Method Description
CMAP ( EndianBinaryReader er ) : System
GetIndexFromCode ( UInt16 Code ) : UInt16

Method Details

CMAP() public method

public CMAP ( EndianBinaryReader er ) : System
er EndianBinaryReader
return System

GetIndexFromCode() public method

public GetIndexFromCode ( UInt16 Code ) : UInt16
Code System.UInt16
return System.UInt16

Property Details

CodeBegin public_oe property

public UInt16,System CodeBegin
return System.UInt16

CodeEnd public_oe property

public UInt16,System CodeEnd
return System.UInt16

IndexOffset public_oe property

public UInt16,System IndexOffset
return System.UInt16

IndexTable public_oe property

public UInt16[],System IndexTable
return System.UInt16[]

MappingMethod public_oe property

public CMAPMappingMethod MappingMethod
return CMAPMappingMethod

NextCMAPOffset public_oe property

public UInt32,System NextCMAPOffset
return System.UInt32

NrScanEntries public_oe property

public UInt16,System NrScanEntries
return System.UInt16

Reserved public_oe property

public UInt16,System Reserved
return System.UInt16

ScanEntries public_oe property

public Dictionary ScanEntries
return UInt16>.Dictionary

SectionSize public_oe property

public UInt32,System SectionSize
return System.UInt32

Signature public_oe property

public String Signature
return String