|
|
mandrake 10.0,crossover office 3.0
系统重装了,然后再装crossover office 3.0,按照修改/.cxoffice/dotwine/config的方法,修改了
; Anti-alias fonts if using the Render extension (default "Y")
"ClientSideAntiAliasWithRender" = "N"
; Anti-alias fonts if using core requests fallback (default "Y")
"ClientSideAntiAliasWithCore" = "N"
[fonts]
;Read documentation/fonts before adding aliases
"Resolution" = "96"
"Default" = "-misc-simsun-medium-*-*--*-*-*-*-*-*-iso10646-1"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-misc-simsun-medium-*-*--*-*-*-*-*-*-iso10646-1"
"DefaultSansSerif" = "-misc-simsun-medium-*-*--*-*-*-*-*-*-iso10646-1"
"Alias0" = "System,-misc-simsun-medium-*-*--*-*-*-*-*-*-iso10646-1"
[FontDirs]
; The TrueType font dirs you want to make accessible to Wine
"dir1" = "/usr/share/fonts/zh_CN/TrueType/simsun"
;;"dir1" = "/usr/X11R6/lib/X11/fonts/TrueType"
;;"dir2" = "/usr/share/fonts/truetype"
;;"dir3" = "/usr/X11R6/lib/X11/fonts/TT"
;;"dir4" = "/usr/share/fonts/TT"
添加了:
[FontAlias]
;; Add font aliases here. On the left put the name of the windows font family
;; that you want to fake, on the right put the a similar font family that you
;; have installed. These will override the fontconfig and the WineX builtin fallbacks,
;; but may look better (if you choose them correctly).
;; Alias' may refer to other alias' that have been defined above them.
;; These alias' are the first that WineX loads.
;;
;; Serif Fonts
"Times New Roman"="simsun"
"MS Serif"="simsun"
;;
;; Sans Serif Fonts
"Arial"="simsun"
"Helv"="simsun"
"MS Sans Serif"="simsun"
"System"="simsun"
"Tahoma"="simsun"
仅仅实现了取消字体的虚化,中文显示的问题还是没有解决,如下图所示
当时在系统重装前也是这样修改的,中文的显示很正常,请问有可能是什么地方出了问题? |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|