ryanwoodsmall / osxwinebuilder

Automatically exported from code.google.com/p/osxwinebuilder
GNU Lesser General Public License v2.1
1 stars 1 forks source link

OSX system fonts not showing up #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run the build script
2. Run wine wordpad
3. Fonts from /Library/Fonts and ~/Library/Fonts are not available

What is the expected output? What do you see instead?

i should see all those fonts and in fact if something like the real Tahoma 
exists there, it should override the cheapo fonts included in 
wine/share/wine/fonts

What version of the product are you using? On what operating system?

Please provide any additional information below.

I am not 100% sure, but I think since 1.6 osx is not supposed to build wine 
with fontconfig and that might be the reason.  since 1.6 its supposed to use 
native OSX font mechanisms in some way.

Original issue reported on code.google.com by dewdman42 on 15 Nov 2014 at 7:25

GoogleCodeExporter commented 9 years ago
Does setting fontsmoothing help the problem? Enable with winetricks via:

## START CMD ##
winetricks fontsmooth=rgb
## END ##

My build is using /System/Library/Fonts and /Library/Fonts .ttf files as 
expected (I think). Not sure what you're seeing. -r

Original comment by rwoodsm...@gmail.com on 29 Nov 2014 at 6:12

GoogleCodeExporter commented 9 years ago
No that does not solve the problem.  Font smoothing has nothing to do with it.  
System fonts do not even show up in your build of wine.

Please see my advice for how to fix it.  remove --fontconfig flag from the 
build.  I modified your build script and commented out that flag, and 
everything works as it should.  The guy who builds wine bottler is also doing 
that now too.  You can see in the wine build notes there is a comment in this 
regard since 1.6

Original comment by dewdman42 on 29 Nov 2014 at 6:23

GoogleCodeExporter commented 9 years ago
Thank's for the tip's.

Original comment by rwoodsm...@gmail.com on 29 Nov 2014 at 10:47