home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / w / w047 / 1.ddi / CCFONT.DOC < prev    next >
Encoding:
Text File  |  1992-01-28  |  1.9 KB  |  63 lines

  1.  
  2. CCFONT - Generate 16x16 /24x24 Chinese Font for CCLIB. Version 1.0
  3. Copyright (c) Hongbo Ni 1991, All Rights Reserved.
  4.  
  5. Usage: CCFONT   -[options] fontfile cclibfile
  6.   Options: 16 - use 16x16 matrix(default)
  7.            24 - use 24x24 matrix
  8.            32 - use 32x32 matrix
  9.            48 - use 48x48 matrix
  10.            64 - use 64x64 matrix
  11.            R    - rotate 90 degree
  12.            B nn - the no. of blank sections(def=8)
  13.  
  14.  fontfile: file contains chinese chars dot matrix
  15.            Refer to Example for inputfile format.
  16.  
  17.  For CCLIB.24 and CCLIBF.24, option -R must be specified. These two font
  18.  files are rotated for the efficiency of 24 dot printer.
  19.  
  20.  eg. CCFONT -24 -R font24.dat CCLIBF.24
  21.  
  22.  NOTE: fontfile and cclibfile must have same dots. that is if you want to
  23.        add a char to CCLIB.24, you must have 24x24 dot matrix in 'fontfile'
  24.  
  25. The Added char can only be inputed by GuoBiao or QuWeiMa, or cut in Guobiao.Doc
  26. then paste to your file.
  27.  
  28. In the user created font file, a Guobiao assignment must be given before every
  29. Char, The Recommended Range of GB is: AFE4 -> AFFE.
  30.  
  31. The Exampe format is (Note: '+' means add to ):
  32. +AFF0
  33.  
  34. Example:
  35.  
  36. if we have a file (see bellow)FONT.FON(16x16) and we want to add to CCLIB.16,
  37. use
  38.         CCFONT -16 font.fon CCLIB.16
  39.  
  40. Then Use NJSTAR to view file GUOBIAO.DOC, checking added char at GB: AFF0.
  41. then try enter it using GB: AFF0
  42.  
  43. ---Cut follwing to File: FONT.FON ------------------------------------------
  44. -----------------------------------------------
  45. +AFF0            | Assign GB: AFF0
  46.                  | any thing after column 16 are ignored for 16x16 font
  47. @@@@@@@@    @@   |
  48.   @      @@@     |
  49.   @        @     |
  50.   @        @     |
  51.   @@@@@    @     |
  52.   @   @    @     |
  53.   @   @ @@@@@@@  |
  54.  @ @  @    @     |
  55.  @  @ @    @     |
  56.  @  @ @    @     |
  57.  @    @    @     |
  58.  @  @ @    @     |
  59.  @ @  @    @     |
  60. @@@    @      @  |
  61.         @@@@@@@  |
  62. --------------------------------
  63.