Click or drag to resize

FontColorControlFontSettingEventDelegate Delegate

When the font setting that is being stored has changed

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public delegate void FontSettingEventDelegate(
	Font NewFont
)

Parameters

NewFont
Type: System.DrawingFont
The font that will be used
See Also