C# Class HyoutaTools.DanganRonpa.Font.DRFontInfo

Show file Open project: AdmiralCurtiss/HyoutaTools Class Usage Examples

Public Methods

Method Description
CopyCharInfo ( DRFontChar CopyFrom, DRFontChar CopyTo ) : void
CopyInfoFrom ( DRFontInfo f2 ) : void
DRFontInfo ( Byte file ) : System
GetCharViaCharacter ( ushort Character ) : DRFontChar
GetCharViaId ( int id ) : DRFontChar
GetGnConfig ( ) : string[]
ImportExternalCharacter ( DRFontChar fc ) : void
WriteFile ( String Filename ) : void

Private Methods

Method Description
GetCharFromRaw ( int id ) : DRFontChar
Initialize ( ) : void

Method Details

CopyCharInfo() public static method

public static CopyCharInfo ( DRFontChar CopyFrom, DRFontChar CopyTo ) : void
CopyFrom DRFontChar
CopyTo DRFontChar
return void

CopyInfoFrom() public method

public CopyInfoFrom ( DRFontInfo f2 ) : void
f2 DRFontInfo
return void

DRFontInfo() public method

public DRFontInfo ( Byte file ) : System
file Byte
return System

GetCharViaCharacter() public method

public GetCharViaCharacter ( ushort Character ) : DRFontChar
Character ushort
return DRFontChar

GetCharViaId() public method

public GetCharViaId ( int id ) : DRFontChar
id int
return DRFontChar

GetGnConfig() public method

public GetGnConfig ( ) : string[]
return string[]

ImportExternalCharacter() public method

public ImportExternalCharacter ( DRFontChar fc ) : void
fc DRFontChar
return void

WriteFile() public method

public WriteFile ( String Filename ) : void
Filename String
return void