- 积分
- 213
- 实力分
- 点
- 金钱数
- 两
- 技术分
- 分
- 贡献分
- 分
|
发表于 2006-8-3 17:18:40
|
显示全部楼层
原帖由 写轮眼 于 2006-8-3 17:05 发表
what?我问的是tedce那个字体编辑软件怎么用。一打开就闪出一个DOS窗口
usage is very simply.
just run it with some argumments.
tedce (code of changed character in hex) (first new value in hex) (second new value in hex) .... (eight value in hex)
every argumments are required.
比如:tedce ab 11 22 33 44 55 66 ee ff
Example tedce ab 11 22 33 44 55 66 ee ff
or u can use direct binary code where "1" is pixel and "0" is empty.
比如:tedce ab 1100 0011 1001 0000 1110 0111 1111 0000
FE. tedce ab 1100 0011 1001 0000 1110 0111 1111 0000
edited:
newer version uploaded.
-now creates two files. new with name "4.fnt" and backup with name "4.bak".
-removed bug, then now, u can use small and big letters as hex (abcdef or ABCDEF). previous version may not work correctly with big ones, sorry if u damage font file.
-add function undo. if run with argumment "u", replace 4.fnt back with old values
u know code of that letters u can use any hex editor and patch bytes at address:
c, c*0x100, c*0x200, .... c*0x700 in file 4.fnt - it's first to last horizontal lines of char with code "c". NB: each byte contain double gfx of line (decribed in bits):
Bits in byte:
76543210
Pixels in byte (0 - left pixel, 3 - right pixel)
01230123 |
|