home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / programm / 17333 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.8 KB

  1. Path: sparky!uunet!spool.mu.edu!hri.com!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!dkuug!jt.dk!powell!khm
  2. From: khm@powell.cs.jt.dk (Kurt Hangaard Marcussen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Font Conversion
  5. Message-ID: <khm.724341678@powell>
  6. Date: 14 Dec 92 14:01:18 GMT
  7. References: <jimomura.02j6@tndb.UUCP>
  8. Sender: news@jt.dk (USENET News System)
  9. Organization: Jydsk TELEFON
  10. Lines: 38
  11. Nntp-Posting-Host: powell.cs.jt.dk
  12.  
  13. jimomura@tndb.UUCP (Jim Omura) writes:
  14.  
  15.  
  16. >     I have a question from another Amiga user.  He has a number
  17. >of IBM fonts with .PFB and .PFM extensions.  Is there a way to
  18. >convert these to Amiga fonts?  Apparently "Font Manager 1.0" will
  19. >display them but not convert them.
  20.  
  21. >--
  22.  
  23. >Jim Omura, (416) 652-3880
  24. >'jimomura@lsuc'
  25.  
  26. Hi Jim
  27.  
  28. Yes, there is a way to convert these fonts to Amiga bitmapped
  29. fonts. You need only the .pfb - files. These contain Adobe
  30. Type 1 fonts. If you got these files from the MS-DOS world,
  31. the file names will be wrong. You need to rename the files on
  32. your Amiga to the name of the font contained in the file. Then
  33. you go to your local Fred Fish PD dealer and get the disk
  34. with the latest version of a program named Post (version 1.7
  35. I think). This extremely useful and well made program is a
  36. full-blown PostScript interpreter for the Amiga. What you
  37. need to get your job done is NOT the interpreter itself, but
  38. a utility named MkBmap (Make Bitmap) which uses the
  39. "post.library" accompanying Post. The MkBmap program is
  40. also on a Fish disk, but I don't remember if it's the same
  41. as the one containing the Post program.
  42.  
  43. Anyway, when you've installed the post.library in LIBS: and
  44. your renamed font files (NO .pfb extension) in PSFonts:, you
  45. can generate your bitmapped Amiga fonts using the MkBmap
  46. program.
  47.  
  48. Good luck!
  49.  
  50. Kurt Marcussen
  51.