how do I get Wine to pick up new fonts I install in Linux?

Questions about Wine on Linux
Locked
ToddAndMargo2
Level 3
Level 3
Posts: 98
Joined: Thu Aug 21, 2014 6:40 pm

how do I get Wine to pick up new fonts I install in Linux?

Post by ToddAndMargo2 »

Hi All,

After I install a new font into Linux, how do I get that new font(s) to load into Wine?

That is, other than copying it into the wine fonts directory manually. I want the new fonts to load into any new WINEPREFIX I create.

Many thanks,
-T
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: how do I get Wine to pick up new fonts I install in Linu

Post by dimesio »

Wine should automatically see any fonts installed systemwide.
ToddAndMargo2
Level 3
Level 3
Posts: 98
Joined: Thu Aug 21, 2014 6:40 pm

Re: how do I get Wine to pick up new fonts I install in Linu

Post by ToddAndMargo2 »

dimesio wrote:Wine should automatically see any fonts installed systemwide.
Well ...

Code: Select all

$ fc-match 'MS Sans Serif'
    sserife.fon: "MS Sans Serif" "Regular"
So it is there and active and registered.

I had to copy sserife.fon directly into ".wine/drive_c/windows/Fonts" to Approach and Word Pro to find it.

Any idea what is going wrong? Time to file a bug?

Many thanks,
-T
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: how do I get Wine to pick up new fonts I install in Linu

Post by dimesio »

Sorry, I was only thinking of truetype fonts. Wine doesn't use systemwide bitmap fonts; there's already an enhancement bug for that. https://bugs.winehq.org/show_bug.cgi?id=24923
ToddAndMargo2
Level 3
Level 3
Posts: 98
Joined: Thu Aug 21, 2014 6:40 pm

Re: how do I get Wine to pick up new fonts I install in Linu

Post by ToddAndMargo2 »

dimesio wrote:Sorry, I was only thinking of truetype fonts. Wine doesn't use systemwide bitmap fonts; there's already an enhancement bug for that. https://bugs.winehq.org/show_bug.cgi?id=24923
Just signed up for the bug. Thank you!
Locked