home *** CD-ROM | disk | FTP | other *** search
-
- CCFONT - Generate 16x16 /24x24 Chinese Font for CCLIB. Version 1.0
- Copyright (c) Hongbo Ni 1991, All Rights Reserved.
-
- Usage: CCFONT -[options] fontfile cclibfile
- Options: 16 - use 16x16 matrix(default)
- 24 - use 24x24 matrix
- 32 - use 32x32 matrix
- 48 - use 48x48 matrix
- 64 - use 64x64 matrix
- R - rotate 90 degree
- B nn - the no. of blank sections(def=8)
-
- fontfile: file contains chinese chars dot matrix
- Refer to Example for inputfile format.
-
- For CCLIB.24 and CCLIBF.24, option -R must be specified. These two font
- files are rotated for the efficiency of 24 dot printer.
-
- eg. CCFONT -24 -R font24.dat CCLIBF.24
-
- NOTE: fontfile and cclibfile must have same dots. that is if you want to
- add a char to CCLIB.24, you must have 24x24 dot matrix in 'fontfile'
-
- The Added char can only be inputed by GuoBiao or QuWeiMa, or cut in Guobiao.Doc
- then paste to your file.
-
- In the user created font file, a Guobiao assignment must be given before every
- Char, The Recommended Range of GB is: AFE4 -> AFFE.
-
- The Exampe format is (Note: '+' means add to ):
- +AFF0
-
- Example:
-
- if we have a file (see bellow)FONT.FON(16x16) and we want to add to CCLIB.16,
- use
- CCFONT -16 font.fon CCLIB.16
-
- Then Use NJSTAR to view file GUOBIAO.DOC, checking added char at GB: AFF0.
- then try enter it using GB: AFF0
-
- ---Cut follwing to File: FONT.FON ------------------------------------------
- -----------------------------------------------
- +AFF0 | Assign GB: AFF0
- | any thing after column 16 are ignored for 16x16 font
- @@@@@@@@ @@ |
- @ @@@ |
- @ @ |
- @ @ |
- @@@@@ @ |
- @ @ @ |
- @ @ @@@@@@@ |
- @ @ @ @ |
- @ @ @ @ |
- @ @ @ @ |
- @ @ @ |
- @ @ @ @ |
- @ @ @ @ |
- @@@ @ @ |
- @@@@@@@ |
- --------------------------------
-