SetCompatibleTextRenderingDefault

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John J. Hughes II

    SetCompatibleTextRenderingDefault

    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


Working...