void UpdateFont() { Font currentFont = GetSelectedFont(); lTest.Font = currentFont; updating = true; cbSystem.Checked = FontSelectionControl.FontEquals(defaultFont, currentFont); updating = false; }
public override bool IsChanged() { bool res = ( (!FontSelectionControl.FontEquals(options.ToolbarsFont, fscData.CurrentFont) ) ); return(res); }
public override bool IsChanged() { bool res = !FontSelectionControl.FontEquals(options.TextControlFontProp, fscData.CurrentFont); return(res); }
public void Init() { updating = true; cbSystem.Checked = FontSelectionControl.FontEquals(defaultFont, CurrentFont); updating = false; }