C# Class HyoutaTools.DanganRonpa.Font.DRFontChar

Show file Open project: AdmiralCurtiss/HyoutaTools Class Usage Examples

Public Properties

Property Type Description
Character System.UInt16
Height System.UInt16
Unk1 System.UInt16
Unk2 System.UInt16
Unk3 System.UInt16
Width System.UInt16
XOffset System.UInt16
YOffset System.UInt16

Public Methods

Method Description
Compare ( DRFontChar one, DRFontChar other ) : int

Method Details

Compare() public static method

public static Compare ( DRFontChar one, DRFontChar other ) : int
one DRFontChar
other DRFontChar
return int

Property Details

Character public property

public UInt16,System Character
return System.UInt16

Height public property

public UInt16,System Height
return System.UInt16

Unk1 public property

public UInt16,System Unk1
return System.UInt16

Unk2 public property

public UInt16,System Unk2
return System.UInt16

Unk3 public property

public UInt16,System Unk3
return System.UInt16

Width public property

public UInt16,System Width
return System.UInt16

XOffset public property

public UInt16,System XOffset
return System.UInt16

YOffset public property

public UInt16,System YOffset
return System.UInt16