On 2/20/07, Dmitry Timoshkov dmitry@codeweavers.com wrote:
"Lei Zhang" thestig@google.com wrote:
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/ ?
No. It's the distribution's duty to put ttf fonts in the path available through the fontconfig APIs.
-- Dmitry.
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.