home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / g / gs241j11.zip / KANJI / KFZEIT.PS < prev    next >
Text File  |  1992-04-20  |  806b  |  38 lines

  1. %
  2. % kfzeit.ps  -  Zeit Format Vector Font Configuration
  3. %
  4. % Apr.15,1992 Programmed by N.Katayama
  5. %
  6.  
  7. 1 dict begin         % /FontInfo
  8.  
  9. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. %
  11. % Font Info Dictionary
  12. %
  13.  
  14. /FontInfo 6 dict dup begin
  15. /Notice ("Zeit Format Outline Font") readonly def
  16. /FamilyName (Kanji) readonly def
  17. /FullName (Zeit Format Outline Font) readonly def
  18. /isFixedPitch true def
  19. /ItalicAngle 0 def
  20. /Weight (Medium) readonly def
  21. end readonly def
  22.  
  23. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  24. %
  25. % Zeit Kanji Font Operator
  26. %
  27.  
  28. % font_name unique_id font_file ZEITKANJI -
  29.  
  30. /zeitkanji {
  31.     //FontInfo [ 3 -1 roll /kfzeit load ] cvx
  32.     outlinekanji pop
  33. } userdict 3 1 roll put
  34.  
  35. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  36.  
  37. end
  38.