protected BaseScalableForm() { if (!this.DesignMode && FormScaler.NeedsToScale) { this.Font = FormScaler.ScaleFont(this.Font); } }
protected override void CreateHandle() { base.CreateHandle(); FormScaler.ScaleFonts(this); }