NO

Author Topic: CLEARTYPE_QUALITY  (Read 8141 times)

JohnF

  • Guest
CLEARTYPE_QUALITY
« on: February 27, 2007, 07:28:08 AM »
It appears that these two are not defined in PellesC header wingdi.h

#if (_WIN32_WINNT >= 0x0500)
#define CLEARTYPE_QUALITY       5
#endif

#if (_WIN32_WINNT >= 0x0501)
#define CLEARTYPE_NATURAL_QUALITY       6
#endif

John

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: CLEARTYPE_QUALITY
« Reply #1 on: February 27, 2007, 05:45:12 PM »
Right - I will add them. Thanks for informing me about this...

Pelle
/Pelle

JohnF

  • Guest
CLEARTYPE_QUALITY
« Reply #2 on: February 28, 2007, 02:13:13 PM »
Thanks.

John