cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

Chinese fonts used is not ideal #199

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. rm -rf ~/.wine
2. winetricks cjkfonts
3. LANG=zh_CN.utf8 wine notepad

What is the expected output? What do you see instead?
The Chinese rendering is not very ideal. See the attachments below.

What version of the product are you using? On what operating system?
$ wine --version
wine-1.5.2

$ ./winetricks --version
20120308

$ uname --all
Linux debian 2.6.32-5-686 #1 SMP Mon Mar 26 05:20:33 UTC 2012 i686 GNU/Linux

Please provide any additional information below.
Bitmap Chinese fonts are widely used in Chinese version of Microsoft Windows at 
least in releases prior to (including) Windows XP.

Original issue reported on code.google.com by damage3...@gmail.com on 22 Apr 2012 at 6:24

GoogleCodeExporter commented 8 years ago
The rendering result.

Original comment by damage3...@gmail.com on 22 Apr 2012 at 6:26

Attachments:

GoogleCodeExporter commented 8 years ago
Much better result (similar to that of Windows XP) if we change the steps to:
0. wget http://media.codeweavers.com/pub/other/cnfontsetup11.exe
1. rm -rf ~/.wine/
2. wine cnfontsetup11.exe
3. LANG=zh_CN.utf8 wine notepad

Original comment by damage3...@gmail.com on 22 Apr 2012 at 6:28

Attachments:

GoogleCodeExporter commented 8 years ago
Hi, see http://wiki.winehq.org/FontReplacements

One possible solution in winetricks for the Font Replacments issue is, download 
and install CJK fonts with winetricks, then set the Font Replacements registry 
through winetricks.

Another solution is to cooperate with different distributions to apply 
different FontReplacments patches as described in the above wiki.

The best solution we want in the long term is implementing Font Replacement 
auto detecting based on Fontconfig in upstream Wine.

Original comment by fracting@gmail.com on 16 Jun 2013 at 2:11

GoogleCodeExporter commented 8 years ago
I'd happily take a winetricks patch in the meantime.

But I prefer not to link to codeweavers.  Their download bandwidth is for
crossover, not us.

Original comment by daniel.r...@gmail.com on 16 Jun 2013 at 3:31

GoogleCodeExporter commented 8 years ago
A couple fixes:

https://code.google.com/p/winetricks/source/detail?r=1027
https://code.google.com/p/winetricks/source/detail?r=1032

can you retry please?

Original comment by austinenglish@gmail.com on 2 Jul 2013 at 4:36