Set compatible text rendering to false, in order to improve text rendering in the WinForms samples.
This commit is contained in:
parent
6e5056e7aa
commit
52577946e3
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ namespace Examples
|
||||||
//fileIO.Demand();
|
//fileIO.Demand();
|
||||||
|
|
||||||
Application.EnableVisualStyles();
|
Application.EnableVisualStyles();
|
||||||
Application.SetCompatibleTextRenderingDefault(true);
|
Application.SetCompatibleTextRenderingDefault(false);
|
||||||
using (Form exampleLauncher = new ExampleLauncher())
|
using (Form exampleLauncher = new ExampleLauncher())
|
||||||
{
|
{
|
||||||
Application.Run(exampleLauncher);
|
Application.Run(exampleLauncher);
|
||||||
|
|
Loading…
Reference in a new issue