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 / KFPC98.PS < prev    next >
Text File  |  1992-05-09  |  781b  |  38 lines

  1. %
  2. % kfpc98.ps  -  PC98 ROM Font Configuration
  3. %
  4. % Apr.20,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 ("PC9801 Kanji ROM Font") readonly def
  16. /FamilyName (Kanji) readonly def
  17. /FullName (PC9801 Kanji ROM Font) readonly def
  18. /isFixedPitch true def
  19. /ItalicAngle 0 def
  20. /Weight (Medium) readonly def
  21. end readonly def
  22.  
  23. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  24. %
  25. % PC9801 Kanji Font Operator
  26. %
  27.  
  28. % font_name unique_id font_file PC98KANJI -
  29.  
  30. /pc98kanji {
  31.     //FontInfo [ /kfpc98 load ] cvx
  32.     bitmapkanji pop
  33. } userdict 3 1 roll put
  34.  
  35. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  36.  
  37. end
  38.