Has anybody developed a program (in PB 5/6) for Win 95/98 which uses Fonts (defined using CreateFont API call) which works fine in Win 95/98, but when run from Win 2000 (or NT), the fonts defined are not always correct (ie. Font becomes bold, when it wasn't defined as bold) ?
I have code that works fine in Win 95/98, but when run in NT (especially 2000) the font sometimes will be bold, when it wasn't defined as bold.
Are there any "differences" between Win 95/98 and NT/2000 when using CreateFont that I should know about ?
I have code that works fine in Win 95/98, but when run in NT (especially 2000) the font sometimes will be bold, when it wasn't defined as bold.
Are there any "differences" between Win 95/98 and NT/2000 when using CreateFont that I should know about ?
Comment