Opened 12 years ago
Closed 7 years ago
#34745 closed enhancement (fixed)
Wine-devel not using OS X's font handling
Reported by: | MaddTheSane (C.W. Betts) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.1 |
Keywords: | Cc: | jyrkiwahlstedt, mojca (Mojca Miklavec) | |
Port: | wine-devel |
Description
Wine 1.5.1 added the ability for Wine to use OS X fonts by using CoreText calls. However, since the port file explicitly configures Wine to use fontconfig, this code isn't being compiled. Removing the --with-fontconfig will make Wine use the OS X code.
Change History (7)
comment:1 Changed 12 years ago by MaddTheSane (C.W. Betts)
comment:2 follow-up: 5 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jwa@… added |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Is using CoreText better than using fontconfig?
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Type: | defect → enhancement |
---|
comment:4 Changed 8 years ago by mojca (Mojca Miklavec)
comment:5 Changed 8 years ago by mojca (Mojca Miklavec)
Replying to ryandesign:
Is using CoreText better than using fontconfig?
I believe so. Fontconfig often causes long time delays when "refreshing the font database". On Mac and Windows that's particularly painful as each piece of software maintains its own database and users often assume the sofware froze and there's no way to predict when that might happen to warn the users. It's probably better in MacPorts and it should be more uniform there (just one database for the whole MP installation), but still.
comment:6 Changed 8 years ago by mojca (Mojca Miklavec)
Cc: | mojca added |
---|
comment:7 Changed 7 years ago by Chris Rawnsley <chris@…>
Resolution: | → fixed |
---|---|
Status: | new → closed |
I was wrong: it was Wine 1.5.2 that introduced Mac OS X font handling code.