目前共有4篇帖子。 內容轉換:不轉換▼
 
點擊 回復
677 3
ubuntu字体设置
初入江湖 七級
1樓 發表于:2010-12-13 18:43
前言: 在Windows系统里面,并非所有的字体都是收费的,MS也有一部份的字体是可以免 费使用的.下面将使用这些免费的字体以及XP下的几种其他中文字体来处理Ubuntu 的中文显示问题,总体来说,效果还不错。

字体安装: 关于MS的这些免费字体可以在这里下载,使用Debian/Ubuntu的用户也可以使用如 下命令来自动安装这些字体
sudo apt-get install msttcorefonts
这些字体里面包含如下字体 Andale Mono, Arial, Comic Sans MS, Courier New,GeorgiaImpact, Times New Roman, Trebuchet MS,Verdana, Webdings
这些字体安装在"/usr/share/fonts/truetype/msttcorefonts"目录之下。 其它中文字体为"simsun.ttc,mingliu.ttc"(附:我这里使用的 mingliu.ttc是5.03 版的),还可以把如下字体一并拷贝过来"tahoma.ttf tahomab.ttf arialuni.ttf simfang.ttf simhei.ttf simkai.ttf simli.ttf simyou.ttf",还有一个字 体"stxihei.ttf",在处理中文小字时可以得到比较好的效果,可以到这里下载。 创建字体安装目录: sudo mkdir /usr/share/fonts/truetype/msfonts 将以上从XP里copy出来的字体再move到这个目录下,再到"/etc/X11/xorg.conf"里 面加上以上目录(安装的msttcorefonts不用手动添加,系统已经自动加进去了) sudo vi /etc/X11/xorg.conf 在相关地方添加如下行 FontPath "/usr/share/fonts/truetype/msfonts" 再执行如下命令 cd /usr/share/fonts/truetype/msfonts sudo mkfontscale && sudo mkfontdir 生成"fonts.dir,fonts.scale"两个文件,以上几步主要是让Gtk1的程序可以使用 这些字体,下面这条命令才是让其他的程序能找到这些字体 sudo fc-cache -f -v 字体配置: 以上是安装字体的工作,下面进行字体配置,首先执行 sudo dpkg-reconfigure fontconfig 第一步中选择"Naticve", 第二步中LCD显示器的选择"Always",CRT显示器选择"Never", 第三步中选择默认的"No". 接 下来Ubuntu用户可以删除"/etc/fonts"目录下 的"language-selector.conf"(其实只是一个链接),添加自定义的配 置文 件"local.conf,msttcorefonts.conf,cjk.conf",其中"local.conf"加载其它两个 文件,自身为 "fonts.conf"加载。由于几个文件比较长,因此只在附件中给出。 将三个文件copy到"/etc/fonts"目录下面,重启X即可。 其它设置: Firefox的设置: 首先执行如下配置 sudo vi /etc/firefox/firefoxrc 添加或者修改这一行 MOZ_DISABLE_PANGO=1 Gtk1程序的支持: 创建如下文件"/etc/gtk/gtkrc.zh_CN.utf-8"(我的系统的locale为zh_CN.utf-8), 写入如下内容: # This file defines the fontsets for Chinese language (zh) using # the simplified chinese standard GuoBiao as in mainland China (CN) style "gtk-default" { fontset = "-microsoft-verdana-medium-r-normal--12-*-*-*-*-*-iso8859-1,\ -*-simsun-medium-r-normal--16-*-*-*-*-*-gb2312.1980-0,*-r-*" } class "GtkWidget" style "gtk-default"
初入江湖 七級
2樓 發表于:2010-12-13 18:46
软件包设置

 ┌──────────────────┤ 正在设定 ttf-mscorefonts-installer ├───────────────────┐
 │                                                                           │
 │ TrueType core fonts for the Web EULA                                        
 │                                                                             
 │ END-USER LICENSE AGREEMENT FOR MICROSOFT SOFTWARE                           
 │                                                                             
 │ IMPORTANT-READ CAREFULLY: This Microsoft End-User License Agreement         
 │ ("EULA") is a legal agreement between you (either an individual or a        
 │ single entity) and Microsoft Corporation for the Microsoft software         
 │ accompanying this EULA, which includes computer software and may include    
 │ associated media, printed materials, and "on-line" or electronic            
 │ documentation ("SOFTWARE PRODUCT" or "SOFTWARE"). By exercising your        
 │ rights to make and use copies of the SOFTWARE PRODUCT, you agree to be      
 │ bound by the terms of this EULA. If you do not agree to the terms of        
 │ this EULA, you may not use the SOFTWARE PRODUCT.                            
 │                                                                             
 │                                                                             
 │                                  <确定>                                     
 │                                                                           │
 └───────────────────────────────────────────────────────────────────────────┘
                                                                               

初入江湖 七級
3樓 發表于:2010-12-13 18:48

回复:2楼

按下TAB键,再按回车键即可。

初入江湖 七級
4樓 發表于:2010-12-13 18:50
octopus@phpServer:~$ sudo apt-get install msttcorefonts
[sudo] password for octopus:
Sorry, try again.
[sudo] password for octopus:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
注意,选取 ttf-mscorefonts-installer 而非 msttcorefonts
将会安装下列额外的软件包:
  cabextract ttf-mscorefonts-installer
下列【新】软件包将被安装:
  cabextract ttf-mscorefonts-installer
升级了 0 个软件包,新安装了 2 个软件包,要卸载 0 个软件包,有 0 个软件包未被升级。
需要下载 89.4kB 的软件包。
解压缩后会消耗掉 410kB 的额外空间。
您希望继续执行吗?[Y/n]y
获取:1 http://mirrors.sohu.com/ubuntu/ maverick/universe cabextract i386 1.3-1 [49.2kB]
获取:2 http://mirrors.sohu.com/ubuntu/ maverick-updates/multiverse ttf-mscorefonts-installer all 3.2ubuntu2 [40.3kB]
下载 89.4kB,耗时 0秒 (174kB/s)                   
正在预设定软件包 ...
选中了曾被取消选择的软件包 cabextract。
(正在读取数据库 ... 系统当前共安装有 196842 个文件和目录。)
正在解压缩 cabextract (从 .../cabextract_1.3-1_i386.deb) ...
选中了曾被取消选择的软件包 ttf-mscorefonts-installer。
正在解压缩 ttf-mscorefonts-installer (从 .../ttf-mscorefonts-installer_3.2ubuntu2_all.deb) ...
正在处理用于 man-db 的触发器...
正在处理用于 fontconfig 的触发器...
正在设置 cabextract (1.3-1) ...
正在设置 ttf-mscorefonts-installer (3.2ubuntu2) ...

These fonts were provided by Microsoft "in the interest of cross-
platform compatibility".  This is no longer the case, but they are
still available from third parties.

You are free to download these fonts and use them for your own use,
but you may not redistribute them in modified form, including changes
to the file name or packaging format.

--2010-12-13 18:48:15--  http://downloads.sourceforge.net/corefonts/andale32.exe
正在解析主机 downloads.sourceforge.net... 216.34.181.59
正在连接 downloads.sourceforge.net|216.34.181.59|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 301 Moved Permanently
位置:http://downloads.sourceforge.net/project/corefonts/the%20fonts/final/andale32.exe [跟随至新的 URL]
--2010-12-13 18:48:15--  http://downloads.sourceforge.net/project/corefonts/the%20fonts/final/andale32.exe
再次使用存在的到 downloads.sourceforge.net:80 的连接。
已发出 HTTP 请求,正在等待回应... 302 Found
位置:http://nchc.dl.sourceforge.net/project/corefonts/the%20fonts/final/andale32.exe [跟随至新的 URL]
--2010-12-13 18:48:16--  http://nchc.dl.sourceforge.net/project/corefonts/the%20fonts/final/andale32.exe
正在解析主机 nchc.dl.sourceforge.net... 211.79.60.17, 2001:e10:ffff:1f02::17
正在连接 nchc.dl.sourceforge.net|211.79.60.17|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度: 198384 (194K) [application/x-msdownload]
正在保存至: “./andale32.exe”

     0K .......... .......... .......... .......... .......... 25% 6.00K 24s
    50K .......... .......... .......... .......... .......... 51% 10.9K 12s
   100K .......... .......... .......... .......... .......... 77% 4.29K 7s
   150K .......... .......... .......... .......... ...       100% 5.13K=33s

2010-12-13 18:48:51 (5.85 KB/s) - 已保存 “./andale32.exe” [198384/198384])

--2010-12-13 18:48:51--  http://downloads.sourceforge.net/corefonts/arialb32.exe
正在解析主机 downloads.sourceforge.net... 216.34.181.59
正在连接 downloads.sourceforge.net|216.34.181.59|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 301 Moved Permanently
位置:http://downloads.sourceforge.net/project/corefonts/the%20fonts/final/arialb32.exe [跟随至新的 URL]
--2010-12-13 18:48:51--  http://downloads.sourceforge.net/project/corefonts/the%20fonts/final/arialb32.exe
再次使用存在的到 downloads.sourceforge.net:80 的连接。
已发出 HTTP 请求,正在等待回应... 302 Found
位置:http://nchc.dl.sourceforge.net/project/corefonts/the%20fonts/final/arialb32.exe [跟随至新的 URL]
--2010-12-13 18:48:52--  http://nchc.dl.sourceforge.net/project/corefonts/the%20fonts/final/arialb32.exe
正在解析主机 nchc.dl.sourceforge.net... 211.79.60.17, 2001:e10:ffff:1f02::17
正在连接 nchc.dl.sourceforge.net|211.79.60.17|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度: 168176 (164K) [application/x-msdownload]
正在保存至: “./arialb32.exe”

     0K .......... .......... .......... .......... .......... 30% 4.86K 23s
    50K .......... .......... .......... .......... .......... 60% 5.28K 13s
   100K .......... .......... .......... .......... .......... 91% 10.0K 2s
   150K .......... ....                                       100% 29.8K=25s

2010-12-13 18:49:18 (6.52 KB/s) - 已保存 “./arialb32.exe” [168176/168176])

--2010-12-13 18:49:18--  http://downloads.sourceforge.net/corefonts/arial32.exe
正在解析主机 downloads.sourceforge.net... 216.34.181.59
正在连接 downloads.sourceforge.net|216.34.181.59|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 301 Moved Permanently
位置:http://downloads.sourceforge.net/project/corefonts/the%20fonts/final/arial32.exe [跟随至新的 URL]
--2010-12-13 18:49:19--  http://downloads.sourceforge.net/project/corefonts/the%20fonts/final/arial32.exe
再次使用存在的到 downloads.sourceforge.net:80 的连接。
已发出 HTTP 请求,正在等待回应... 302 Found
位置:http://nchc.dl.sourceforge.net/project/corefonts/the%20fonts/final/arial32.exe [跟随至新的 URL]
--2010-12-13 18:49:19--  http://nchc.dl.sourceforge.net/project/corefonts/the%20fonts/final/arial32.exe
正在解析主机 nchc.dl.sourceforge.net... 211.79.60.17, 2001:e10:ffff:1f02::17
正在连接 nchc.dl.sourceforge.net|211.79.60.17|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度: 554208 (541K) [application/x-msdownload]
正在保存至: “./arial32.exe”

     0K .......... .......... .......... .......... ..........  9% 13.7K 36s
    50K .......... .......... .......... .......... .......... 18% 13.7K 32s
   100K .......... .......... .......... .......... .......... 27% 6.28K 40s
   150K .......... .......... .......... .......... .......... 36% 4.92K 43s
   200K .......... .......... .......... .......... ....^A...... 46% 6.15K 39s
   250K .......... ......

回復帖子

內容:
用戶名: 您目前是匿名發表
驗證碼:
(快捷鍵:Ctrl+Enter)
 

本帖信息

點擊數:677 回複數:3
評論數: ?
作者:产品的注销
最後回復:产品的注销
最後回復時間:2010-12-13 18:50
 
©2010-2024 Arslanbar Ver2.0
除非另有聲明,本站採用創用CC姓名標示-相同方式分享 3.0 Unported許可協議進行許可。