Can we change wineprefixcreate to copy the truetype fonts (if any) from /usr/X11R6/lib/X11/fonts/TTF or /usr/share/X11/fonts/TTF or [insert distro specific X11/fonts/TTF directory] to $WINEPREFIX/drive_c/windows/fonts/ ?
On 2/20/07, Wine Bugs wine-bugs@winehq.org wrote:
"Lei Zhang" thestig@google.com wrote:
No. It's the distribution's duty to put ttf fonts in the path available through the fontconfig APIs.
On 21.02.2007 03:31, Dmitry Timoshkov wrote:
Unless the game tries to read the .TTF file directly from the Windows\Fonts directory. (For e.g. "custom" rendering without GDI. I don't know if that's the case, but it's a possibility.)
-f.r.
On 2/20/07, Dmitry Timoshkov dmitry@codeweavers.com wrote:
While testing GetTextMetric, I noticed on my Slackware machine fontconfig/fontconfig.h is in the wrong location and as a result Wine does not load any fonts through fontconfig. I'll submit a patch shortly so that ./configure warns about this.