1. Download Chinese Fonts: gb.tar.gz
2. Follow the following steps:
1) create a cfont directory under your home directory
mkdir cfonts
2) copy the font file to the cfonts directory
Change to the cfonts directory ( cd cfonts)
3) unzip the file to
BDF files.
gunzip gb.tar.gz;
tar
xvf gb.tar
4) type the following command
mkfontdir cfont-full-path
Change to home directory
5) add the following command into .cshrc or .login file
xset +fp 'cfont-full-path'
( Here cfont-full-path refers to the actual cfont path)
6) type the following command
source .cshrc
Now, you are ready to go!
If you got any problem about above procedures, please email me at xwxue@cs.utah.edu