DESCR 729 B

1234567891011121314151617181920
  1. A True Type Font Manager that handles true type font
  2. installation, uninstallation, list, and default font
  3. setting. It was originally in the CLE distribution.
  4. The manager doesn't deal with applications using TTF
  5. directly. Instead, it calls modules to handle the
  6. details. There are only several predefined behaviours
  7. of the modules, like add/remove/list. There are four
  8. modules as of version 0.9:
  9. chitex: For ChiTeX, a Chinese TeX/LaTeX
  10. ttf2pk: Generate pk/tfm for CJK
  11. xfreetype: For Xfsft in XFree86 3.3.x and "freetype"
  12. module in 4.x
  13. xttfm: For X-TT in XFree86 3.3.x and "xtt" module in
  14. 4.x, available in both tcl and sh versions.
  15. Some modules are Big5/GB enhanced, for better font
  16. detection/generation.