C# 클래스 HyoutaTools.DanganRonpa.Font.DRFontInfo

파일 보기 프로젝트 열기: AdmiralCurtiss/HyoutaTools 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetCharFromRaw ( int id ) : DRFontChar
Initialize ( ) : void

메소드 상세

CopyCharInfo() 공개 정적인 메소드

public static CopyCharInfo ( DRFontChar CopyFrom, DRFontChar CopyTo ) : void
CopyFrom DRFontChar
CopyTo DRFontChar
리턴 void

CopyInfoFrom() 공개 메소드

public CopyInfoFrom ( DRFontInfo f2 ) : void
f2 DRFontInfo
리턴 void

DRFontInfo() 공개 메소드

public DRFontInfo ( Byte file ) : System
file Byte
리턴 System

GetCharViaCharacter() 공개 메소드

public GetCharViaCharacter ( ushort Character ) : DRFontChar
Character ushort
리턴 DRFontChar

GetCharViaId() 공개 메소드

public GetCharViaId ( int id ) : DRFontChar
id int
리턴 DRFontChar

GetGnConfig() 공개 메소드

public GetGnConfig ( ) : string[]
리턴 string[]

ImportExternalCharacter() 공개 메소드

public ImportExternalCharacter ( DRFontChar fc ) : void
fc DRFontChar
리턴 void

WriteFile() 공개 메소드

public WriteFile ( String Filename ) : void
Filename String
리턴 void