SetCompatibleTextRenderingDefault

  • Thread starter Thread starter Smokey Grindel
  • Start date Start date
S

Smokey Grindel

What are the advantages and disavantages of doing a
Application.SetCompatibleTextRenderingDefault(False)

on application start? I know it switches between GDI and GDI+ depending on
true and false, but why do I want to set this? I am seeing this a lot more
in code lately. thanks!
 
Smokey Grindel said:
What are the advantages and disavantages of doing a
Application.SetCompatibleTextRenderingDefault(False)

on application start? I know it switches between GDI and GDI+ depending on
true and false, but why do I want to set this? I am seeing this a lot more
in code lately.

Compatibility to the behavior of the controls in .NET 1.*.
 
Back
Top