[]
Sets a custom font factory for creating default WinForms fonts.
public static void SetApplicationDefaultFont(Func<float, FontStyle, Font> fontFactory)
Type | Name | Description |
---|---|---|
Func<float, FontStyle, Font> | fontFactory | The custom font factory function. |