[]
Zoom the control font.
public override void ZoomFont(Control control, ZoomFontInfo infos)
| Type | Name | Description |
|---|---|---|
| Control | control | The specified control. |
| ZoomFontInfo | infos | A ZoomFontInfo type infomation provided by C1Zoom to help zoom font. |
Default logic will change the font of Control. If the control has other font need to change. User can add logic in this method.