C# Class HyoutaTools.DanganRonpa.Font.Viewer.FontViewer

Inheritance: System.Windows.Forms.Form
显示文件 Open project: AdmiralCurtiss/HyoutaTools Class Usage Examples

Public Properties

Property Type Description
Filepath string

Public Methods

Method Description
CombineBitmaps ( Bitmap bmps ) : Bitmap
FontViewer ( ) : System
FontViewer ( DRFontInfo f, Bitmap tex ) : System
SaveAsPng ( String pngname ) : void
UpdateAny ( ) : void
UpdateSingleCharacter ( int CharacterID ) : Bitmap
UpdateText ( String Textlines ) : void

Private Methods

Method Description
TownMapIDBox_ValueChanged ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
buttonCopyFrom_Click ( object sender, EventArgs e ) : void
buttonWriteGN_Click ( object sender, EventArgs e ) : void
buttonWriteNewCharLength_Click ( object sender, EventArgs e ) : void
checkBoxApproxDialogue_CheckedChanged ( object sender, EventArgs e ) : void
guiCharHeight_ValueChanged ( object sender, EventArgs e ) : void
guiCharX_ValueChanged ( object sender, EventArgs e ) : void
guiCharY_ValueChanged ( object sender, EventArgs e ) : void
numUpDownCharLength_ValueChanged ( object sender, EventArgs e ) : void
pictureBox1_MouseDown ( object sender, MouseEventArgs e ) : void
pictureBox2_Click ( object sender, EventArgs e ) : void
pictureBox2_MouseDown ( object sender, MouseEventArgs e ) : void
textBoxDisplayDelay_TextChanged ( object sender, EventArgs e ) : void
textBoxFilename_TextChanged ( object sender, EventArgs e ) : void

Method Details

CombineBitmaps() public method

public CombineBitmaps ( Bitmap bmps ) : Bitmap
bmps System.Drawing.Bitmap
return System.Drawing.Bitmap

FontViewer() public method

public FontViewer ( ) : System
return System

FontViewer() public method

public FontViewer ( DRFontInfo f, Bitmap tex ) : System
f DRFontInfo
tex System.Drawing.Bitmap
return System

SaveAsPng() public method

public SaveAsPng ( String pngname ) : void
pngname String
return void

UpdateAny() public method

public UpdateAny ( ) : void
return void

UpdateSingleCharacter() public method

public UpdateSingleCharacter ( int CharacterID ) : Bitmap
CharacterID int
return System.Drawing.Bitmap

UpdateText() public method

public UpdateText ( String Textlines ) : void
Textlines String
return void

Property Details

Filepath public_oe property

public string Filepath
return string