c**t 发帖数: 2744 | 1 以下所列在 ftp.ifcss.org 上能找到.
欢迎补充,让所有新手受益.
cnprint ---- 重新编译,将执行文件放入 ~/bin;
cnprint.cmd 和字体文件放入 ~/xfonts/hbf
在 .cshrc ([t]csh)中设置 setevn HBFPATH="$HOME/xfonts/hbf"
source .cshrc
gb2ps ---- 需要 csong24.ccf 等字库文件,还要什么劳什子 cover.ps, 都放到
~/xfonts 目录下,然后在 .cshrc ([t]csh)中设置
setenv CFONT="$HOME/xfonts/"
setenv COVERPAGE="SHOME/xfonts/"
hz2ps ---- |
|
h*********r 发帖数: 650 | 2 hehe, he use UNIX:) There is no need for extra software. I am using
K-shell, in case our problem are the same, you can look at my experiences:
After running the setup of cxterm, use
xset q
to check the font path, $HOME/xfonts should appear only once.
If more than once use
xset -fp $HOME/xfonts
to remove it, then use
xset +fp $HOME/xfonts
to add it again.
And check your .Xdefaults file,
find *eightBitInput, if it is false, change it to true. the same for
*eightBitOutput:
*eigh |
|
e**********y 发帖数: 128 | 3 How did you do that?
I tried below but failed:
$ sudo yum install ttf-arphic-ukai ttf-arphic-uming ttf-droid msttcorefonts
xfonts-wqy ttf-wqy-zenhei ttf-dejavu
[sudo] password for XXXX:
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
No package ttf-arphic-ukai available.
No package ttf-arphic-uming available.
No package ttf-droid available.
No package msttcorefonts available.
No package xfonts-wqy available.
No package ttf-wqy-zenhei available.
No package ttf-dej... 阅读全帖 |
|
l*l 发帖数: 225 | 4 Download fonts in your own directory, then
mkfontdir /path/to/fonts
then
xset fp+ /path/to/fonts
fonts will add to your Xwindow. Or you can use a remote xfonts server like this:
xset fp+ tcp/xfonts-server:port-of-server
good luck! |
|
y***y 发帖数: 56 | 5 try type:
xset fp+ xfonts/ (your xfonts dir) |
|
c*******u 发帖数: 1269 | 6 I also meet the problem before ,
try xset fp- /mydir/cxterm/xfonts/
then xset fp+ /mydir/cxterm/xfonts/
I am not sure. |
|
d**r 发帖数: 315 | 7 Sorry, I cannot enter English right now.
I include such sentence in my .cshrc file:
alias font 'xset fp+ /tools/xfonts'
alias cxt 'CXterm -fh gb24st -fn 12x24 -fg white -bg black&'
And I have gb24st.pcf in my /tools/xfonts/ directory, as well
as the fonts.dir. But when I type in "cxt", the system always
tells me that
Specified font doesn't exist in the X Window system.
Then exits.
Can someone tell me why? I am really looking to solving this problem.
Thank you very much! |
|
b******r 发帖数: 1137 | 8 install the following and you'll be able to rdp to it
lxde xfonts-base xrdp tightvncserver |
|
|
m******j 发帖数: 326 | 10 apt-get install xfonts-wqy |
|
w****g 发帖数: 597 | 11 在Ubuntu安装文泉驿字体:
sudo apt-get install xfonts-wqy |
|
s*******n 发帖数: 730 | 12 不知道你具体啥现象,默认的中文字体比较烂,装个文泉奕字体就好了吧。
debian下,我每次装这几个包字体就没问题了
ttf-arphic-ukai ttf-arphic-uming ttf-droid msttcorefonts xfonts-wqy ttf-wqy-
zenhei ttf-dejavu |
|
l*******e 发帖数: 54 | 13 How about fonts? Don't we have to install xfonts? |
|
c****g 发帖数: 1 | 14 I'm installing Cxterm 5.1 on a X terminal of a Sun Sparc
Workstation(Sun Solaris 5.6). The problem is when I run
"xset fp+ /mydir/cxterm/xfont/",it prompts:
xset: bad font path element (#11), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
Then after I run cxterm, I can read chinese(because there
are some other previously installed chinese fonts under
system directory) and can select inpu |
|
b*********a 发帖数: 28 | 15 I remember you need to execute
mkfontdir
under the subdirectory of xfonts
to create the file entitled:
fonts.dir |
|
u*c 发帖数: 3 | 16 检查一下有没有将xfonts/目录的权限设置为755。否则的话它不工作
。 |
|
r**m 发帖数: 13 | 17 my install.log file show as foollow:
Full build of cxterm complete.
xset fp+ /usr/people2/jzheng/cxterm/xfonts
xset: bad font path element (#63), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
Warning: Cannot convert string "hanzigb16st" to type FontStruct
xfd: no font to display
I have installed cxterm twice. First, it seems work, i also see a popup win
dow which show some chinese wor |
|
c*****z 发帖数: 1211 | 18 anybody has the information about how to
install font under solaris?
i tried like this
/home/cookie/x/xfonts [86] ls -l
total 5154
-rw-rw-r-- 1 ydzhou act 310644
May 10 13:43 chkan-16.pcf.Z
-rw-rw-r-- 1 ydzhou act 459
May 10 13:44 fonts.dir
-rw-rw-r-- 1 ydzhou act 310412
May 10 13:43 gb16fs.pcf.Z
-rw-rw-r-- 1 ydzhou a |
|