Ejemplo 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);
     }
 }
Ejemplo 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);
 }