|
楼主 |
发表于 2005-2-6 17:40:10
|
显示全部楼层
发布yh-unifont 1.1
下载地址:
http://prdownloads.sourceforge.net/wqy/wqy-yhunifont-bdf-1.1.0.tar.gz?download
主要改进:
1. 把全角英文字符用firefly字体中的对应部分替换;
2. 通过查阅unicode标准,并使用如下fontforge代码,我们为炎黄-unifont补全了"Kangxi Radicals"(U+2F00~U+2FD5)共214个点阵。
3. 根据炎黄-Unifont字型与Unicode标准有出入的汉字列表调整了对应的点阵。
4. 文件头中添加更完备的信息,使得该字体能够在各种系统上顺利识别和使用。
发布说明
[code:1]=========================================================
Wen Quan Yi yh-unifont
=========================================================
Created by Qianqian Fang([email protected])
Version 1.1
Date Feb. 06, 2005
Webpage: http://wqy.sourceforge.net/cgi-bin/index.cgi?yhunifont
=========================================================
This font is created by merging GNU Unifont (by Roman Czyborra
<[email protected]> and David Starner <[email protected]>)
with GBK 16 font from yh-3.1 (Yan Huang Chinese Platform,
Redflag Linux, http://www.redflag-linux.com/).
The CJK Unified Ideographs (U+4E00~U+9FA5) are new complete, and the
qualities of the bitmaps are improved significantly.
This release is part of an on-going effort of creating high-quality
open-source bitmap Chinese fonts of "WenQuanYi" Project
(http://wqy.sourceforge.net/en/ and http://sitaphi.com/pub/song_jian_biao/).
Further optimization of these Chinese glyphs as well as at other
sizes will be available in our later releases. To contribute to this
project, please visit our website for more details.
=========================================================
Copyright: 2005, WenQuanYi
License: GNU Public License(GPL)
=========================================================
For the latest status of the project, please check:
http://wqy.sourceforge.net/en/
http://bbs.dartmouth.edu/~fangq/blog/
http://czyborra.com/unifont/
=========================================================[/code:1]
更改历史
[code:1]=========================================================
ChangeLog
2005-02-06 (v1.1), 39343 total glyphs
* adding 214 new glyphs for unicode page "KangXi Radicals"(U+2F00~U+2FD5)
by copying the equivallent characters from CJK unified ideographs.
(U+2F93,U+2F7E,U+2F23,U+2F70 and U+2FBB were slightly adjusted)
* glyphs were compared with Unicode standard and 28 characters were
modified, these characters are listed at
http://sitaphi.com/pub/song_jian_biao/index.cgi?yhunifont_correction
* full-form latin characters (U+FF01~U+FF5E) were replaced by
the corresponding glyphs from firefly's New Sung font
(http://www.study-area.org/apt/firefly-font/)
* more font properties were added to the header of this bdf file
which will facilitate the installation and recognition of this font
* hundreds of characters were improved upon by the contributors of
the WenQuanYi project.
2005-01-05 (v1.0), 39129 total glyphs
* GBK (16px) font was extracted from Yan Huang Chinese platform and was
used to replace those in GNU unifont. There are 39129 characters in
total in this new font comparing with 36423 in GNU Unifont.
=========================================================[/code:1]
安装方法
[code:1]=========================================================
Wen Quan Yi yh-unifont
=========================================================
Installation
To install yhunifont, first, extract the package, it will
create a sub-directory "wqy-yhunifont"; you can move this
folder to any preferred location, we suggest you putting it
underneath /usr/local/share/fonts/ (if you have root
privilage). Then you can navigate into "wqy-yhunifont"
directory and type
mkfontdir .
a new file named "fonts.dir" will be created, then you can
add this path to your X server font path by
xset +fp /path/to/wqy-yhunifont
then, type "xlsfonts | grep yhunifont", you should be able
to see the full name of the font. If nothing is printed,
something must be wrong and you have to go back and check.
If you are using fontconfig, you need to use
fc-cache /path/to/wqy-yhunifont
to create a file named "fonts.cache-1" as well as to update
the system font information.
To use yhunifont as the bitmap preview font in fontforge,
simply add the following line in ~/.Xdefaults
fontforge.FontView.FontFamily: yhunifont
then type
xrdb ~/.Xdefaults
to activate this setting.[/code:1] |
|