mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 02:45:36 +00:00
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
|
@ -246,7 +246,7 @@ namespace Examples
|
|||
//fileIO.Demand();
|
||||
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(true);
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
using (Form exampleLauncher = new ExampleLauncher())
|
||||
{
|
||||
Application.Run(exampleLauncher);
|
||||
|
|
Loading…
Reference in a new issue