V
vej
I have fresh Windows XP(prof) with Office 2003. I try to open html file with
following contents:
<html><body><font FACE="Fixedsys">Hello</font></body></html>
Word fails because of problems with font Fixedsys. When i use other font
(for example Arial), then all is OK. It looks as if word tries a sytem call
(e.g. CreateFont) which returns unsuccessfull return (NULL), but word does
not check it and uses it as handle. But when I tried
CreateFont(..."Fixedsys"...) from my own program it succeeded. Therefore it
is probably other font function that fails. In any case it looks like Word
2003 problem, because Word 2000 worked ok.
The question is whether we must wait for word patch or whether is possible
to do some system workaround (e. g. font substitution or something like that)
that will help word cope with this situation.
following contents:
<html><body><font FACE="Fixedsys">Hello</font></body></html>
Word fails because of problems with font Fixedsys. When i use other font
(for example Arial), then all is OK. It looks as if word tries a sytem call
(e.g. CreateFont) which returns unsuccessfull return (NULL), but word does
not check it and uses it as handle. But when I tried
CreateFont(..."Fixedsys"...) from my own program it succeeded. Therefore it
is probably other font function that fails. In any case it looks like Word
2003 problem, because Word 2000 worked ok.
The question is whether we must wait for word patch or whether is possible
to do some system workaround (e. g. font substitution or something like that)
that will help word cope with this situation.