diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-14 19:31:32 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-14 19:31:32 +0800 |
commit | 3fef420daef17bde6f5bdcc3189a4ba66101415b (patch) | |
tree | fd44534458b545493b8bf25013b940ee57d59da7 /x11-fonts/Makefile | |
parent | e516078e7747202c96a77c5cbcaeb8f6c5cf29a9 (diff) | |
download | freebsd-ports-gnome-3fef420daef17bde6f5bdcc3189a4ba66101415b.tar.gz freebsd-ports-gnome-3fef420daef17bde6f5bdcc3189a4ba66101415b.tar.zst freebsd-ports-gnome-3fef420daef17bde6f5bdcc3189a4ba66101415b.zip |
Add wqy.
The wqy font includes all the CJK characters covered by the Unicode
Standard 4.0.
This font is created by merging GNU Unifont (by Roman Czyborra
<roman@czyborra.com> and David Starner <dvdeug@debian.org>) 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 now complete, and the quality
of the bitmaps has improved significantly.
This release is part of an ongoing effort from the WenQuanYi Project to
create high-quality open-source bitmap Chinese fonts.
Currently only bitmap fonts are available. TTF fonts are in progress.
WWW: http://wqy.sourceforge.net/en/
WWW: http://sitaphi.com/pub/song_jian_biao/
PR: ports/80878
Submitted by: Dryice Liu <dryice@liu.com.cn>
Diffstat (limited to 'x11-fonts/Makefile')
-rw-r--r-- | x11-fonts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 1c9fd8eaf249..6802386c9666 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -60,6 +60,7 @@ SUBDIR += urwfonts SUBDIR += urwfonts-ttf SUBDIR += webfonts + SUBDIR += wqy SUBDIR += xfed SUBDIR += xmbdfed SUBDIR += xorg-fonts-100dpi |