June 18, 2008
7:01 a.m.
"Alistair Leslie-Hughes" <leslie_alistair(a)hotmail.com> wrote:
- if (!*font_name && font_charset == DEFAULT_CHARSET) /* do it only once */ + /* EnumFontFamilies with the NULL parameter crashes win98 */ + if (pGetCharABCWidthsW && !*font_name && font_charset == DEFAULT_CHARSET) /* do it only once */
Have you actually tested this? GetCharABCWidthsW is exported by gdi32.dll in Win9x. -- Dmitry.