Small font library tools arthur.ma@turbolinux.com.cn 1. How to build a). tools cd unicon-3.0 ./configure --prefix=/usr cd sfonts/tools make b). genfont cd unicon-3.0 ./configure --prefix=/usr cd sfonts/genfont make gb make big5 make gbk make jis make kscm 2. How to compile fonts in a textfile into module cd unicon-3.0 ./configure --prefix=/usr cd sfonts/tools make # command ./sfont --gb <--spath install path> yourtxtfile [headfile] ./sfont --gb ../genfont yourtxtfile ./sfont --gbk ../genfont yourtxtfile ./sfont --big5 ../genfont yourtxtfile ./sfont --kscm ../genfont yourtxtfile ./sfont --jis ../genfont yourtxtfile 3. Install the modules Copy all the sencode-* into /usr/lib/xxx/misc 4. Test modules insmod unikey insmod sencode-gb insmod sencode-gbk insmod sencode-big5 insmod sencode-jis insmod sencode-kscm uniconcfg # change current tty font vi your textfile Appendix --gb Chinese GB --gbk Chinese GBK --big5 Chinese BIG5 --jis Japanese JIS --kscm Korea KSC ==============>8 END of SMALLFONT.TXT 8<==================