Chinaunix首页 | 论坛 | 博客
  • 博客访问: 532737
  • 博文数量: 75
  • 博客积分: 2374
  • 博客等级: 大尉
  • 技术积分: 933
  • 用 户 组: 普通用户
  • 注册时间: 2009-11-18 14:27
文章分类

全部博文(75)

文章存档

2014年(1)

2013年(17)

2012年(10)

2011年(15)

2010年(23)

2009年(9)

我的朋友

分类: LINUX

2013-06-21 15:59:47

wine的中文字体显示为方块。

参考网友的资料。
导入下面几个reg文件:

支持中文字体:
原因主要是tahoma不支持中文,因此显示乱码。使用systemlink链接到其他字体。
  1. [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink]
  2. "Lucida Sans Unicode"="wqy-microhei.ttc"
  3. "Microsoft Sans Serif"="wqy-microhei.ttc"
  4. "Tahoma"="wqy-microhei.ttc"
  5. "Tahoma Bold"="wqy-microhei.ttc"
  6. "SimSun"="wqy-microhei.ttc"

字体锯齿设置
  1. [HKEY_CURRENT_USER\Software\Wine\X11 Driver]
  2. "ClientSideAntiAliasWithCore"="Y"
  3. "ClientSideAntiAliasWithRender"="Y"
  4. "ClientSideWithRender"="Y"
字体平滑设置:

  1. [HKEY_CURRENT_USER\Control Panel\Desktop]
  2. "FontSmoothing"="2"
  3. "FontSmoothingType"=dword:00000002
  4. "FontSmoothingGamma"=dword:00000578
  5. "FontSmoothingOrientation"=dword:00000001

阅读(3948) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~