I have the following at the start of my code. Basically the BOL says if
true use GDI+ and if false use GDI. Basically I know that GDI+ is the
improved version of the GDI so why would I not want to always enable this?
Application.Set CompatibleTextR enderingDefault (false);
Regards,
John
true use GDI+ and if false use GDI. Basically I know that GDI+ is the
improved version of the GDI so why would I not want to always enable this?
Application.Set CompatibleTextR enderingDefault (false);
Regards,
John