18 Jun
2008
18 Jun
'08
12:01 p.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.