|

楼主 |
发表于 2003-11-24 21:40:25
|
显示全部楼层
问题解决,原来是Win2000下的Vim转存后忘改格式,在Debian下的Vim没看出问题就是无法运行,后在FB下的Vi中将各行未的^M删除即可,如想生成GBK汉字要更改相应的Map文件和循环的次数,同时最后的*.fd与*.map也要作相应的修改,同时各系统的map文件位置也不一样,当然生成字体的方法很多,测试这个脚本的目的只是好奇. 多谢回贴的各位兄弟!
T1ASM(1)
NAME
t1asm - assemble PostScript Type 1 font
SYNOPSIS
t1asm [-a|-b] [-l length] [input [output]]
DESCRIPTION
t1asm assembles Adobe Type 1 font programs into either PFA (hexadeci‐
mal) or PFB (binary) formats from a human‐readable form. If the file
output is not specified output goes to the standard output. If the file
input is not specified input comes from the standard input.
t1asm tokenizes the charstring data and performs eexec and charstring
encryption as specified in the ‘‘black book,’’ Adobe Type 1 Font For‐
mat.
The input must have a line of the form
/‐|{string currentfile exch readstring pop}executeonly def
which defines the command, in this case ‘-|’, that is to start
charstring data. It is an error not to define such a command. Another
common name for this command is ‘RD’. |
|