Esempio n. 1
0
 /// <summary>
 /// Handles the font changed event of the text font chooser.
 /// </summary>
 private void fntText_FontChanged(FontChooser sender, System.Drawing.Font font)
 {
     if (!this.setting)
     {
         this.StyleChanged?.Invoke(this.SubStyle);
     }
 }
Esempio n. 2
0
 /// <summary>
 /// Handles the font changed event of the text font chooser.
 /// </summary>
 private void fntText_FontChanged(FontChooser sender, System.Drawing.Font font)
 {
     if (!this.setting) this.StyleChanged?.Invoke(this.SubStyle);
 }