Trouble with bitmap fonts

gerard patel g.patel at wanadoo.fr.invalid
Mon Sep 24 15:06:23 CDT 2001


On 24 Sep 2001 19:52:11 +0300, Mika Iisakkila <mika+nyysi at pingrid.fi>
wrote:

<snip>
>relevant to the problem to me. The app uses AddFontResource() /
>RemoveFontResouce() to use the font.

The following code :
INT WINAPI AddFontResourceA( LPCSTR str )
  {
     FIXME("(%s): stub! Read the Wine User Guide on how to install "
             "this font manually.\n", debugres_a(str));
     return 1;
 }

should display a clear warning, no ?

Gerard



More information about the wine-users mailing list