Property | Type | Description | |
---|---|---|---|
Filepath | string | ||
FontInfoOffset | int | ||
FontPngDir | string |
Method | Description | |
---|---|---|
Draw ( int CharacterID, int xOffs, int yOffs ) : void | ||
DrawLineBelowLetter ( int x, int y, int Length ) : void | ||
FontViewer ( ) : System | ||
FontViewer ( FontInfo f, String Font, String FontPngDir, int Fontblock, String Textlines, bool BoxByBox, bool ApproxDialogueColor ) : System | ||
SaveAsPng ( String pngname ) : void | ||
UpdateAll ( ) : void | ||
UpdateAny ( ) : void | ||
UpdateSingleCharacter ( ) : void | ||
UpdateText ( String Textlines ) : void | ||
UpdateText ( string Text ) : void | ||
UpdateTextures ( String Filename ) : void | ||
WriteElf ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
TownMapIDBox_ValueChanged ( object sender, |
||
button1_Click ( object sender, |
||
buttonWriteGN_Click ( object sender, |
||
buttonWriteNewCharLength_Click ( object sender, |
||
checkBoxApproxDialogue_CheckedChanged ( object sender, |
||
numUpDownCharLength_ValueChanged ( object sender, |
||
pictureBox1_MouseDown ( object sender, MouseEventArgs e ) : void | ||
pictureBox2_Click ( object sender, |
||
pictureBox2_MouseDown ( object sender, MouseEventArgs e ) : void | ||
textBoxDisplayDelay_TextChanged ( object sender, |
||
textBoxFilename_TextChanged ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public Draw ( int CharacterID, int xOffs, int yOffs ) : void | ||
CharacterID | int | |
xOffs | int | |
yOffs | int | |
return | void |
public DrawLineBelowLetter ( int x, int y, int Length ) : void | ||
x | int | |
y | int | |
Length | int | |
return | void |
public FontViewer ( FontInfo f, String Font, String FontPngDir, int Fontblock, String Textlines, bool BoxByBox, bool ApproxDialogueColor ) : System | ||
f | FontInfo | |
Font | String | |
FontPngDir | String | |
Fontblock | int | |
Textlines | String | |
BoxByBox | bool | |
ApproxDialogueColor | bool | |
return | System |
public UpdateText ( String Textlines ) : void | ||
Textlines | String | |
return | void |
public UpdateTextures ( String Filename ) : void | ||
Filename | String | |
return | void |