home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / notabene / 3191 < prev    next >
Encoding:
Text File  |  1993-01-02  |  4.1 KB  |  76 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!auvm!PHOENIX.CAMBRIDGE.AC.UK!FP103
  3. Via:         UK.AC.CAM.PHX;  2 JAN 93 14:41:12 GMT
  4. Message-ID: <A6D57FF21B41DE80@UK.AC.CAMBRIDGE.PHOENIX>
  5. Date:         Sat, 2 Jan 93 14:41:32 GMT
  6. Sender:       Nota Bene List <NOTABENE@TAUNIVM.BITNET>
  7. From:         FP103@PHOENIX.CAMBRIDGE.AC.UK
  8. Subject:      Re: [Changing symbol sets]
  9. Newsgroups: bit.listserv.notabene
  10. In-Reply-To:  -unspecified-
  11. Lines: 63
  12.  
  13. Some weeks ago I had a comparable problem as you describe but with Scandinavian
  14. screen fonts. There is a way out of the problem but it requires some courage
  15. and a couple of DOS programs that may be difficult to get a hold of. You will
  16. also want to get a copy of Roy Harris' description of how to change the NB.FNT
  17. file which he posted on the list sometime before 14 December last year.
  18.  
  19. Very briefly, this is what you do: you need a hex editor such as Norton's
  20. DISKEDIT or the equivalent PCTOOLS program _and_ a program from SIMTEL20 called
  21. EVAFONT, which is a font editor for textmode DOS programs (I got my copy from
  22. OAK.OAKLAND.EDU via our mainframe's FTP command).
  23.  
  24. To log on to a SIMTEL20 via FTP you need to identify yourself as a guest user:r.
  25. when the site asks for your USER NAME type "ANONYMOUS". It will then ask for a
  26. password. Anything will work if you spelled "anonymous" correctly. I did not
  27. the first three times I tried and had to look the spelling up in a dictionary.
  28. Then you will want to go to a subdirectory called PUB\MSDOS\SCREEN (Type CD
  29. PUB, etc). Do a directory listing (type DIR) to verify that the program
  30. EVAFONT.ZIP is there. Type BINARY and wait until the computer has verified that
  31. it has been set for binary file transfer and then type GET EVAFONT.ZIP. EVAFONT
  32. is now on your own mainframe account from whence you can download it to your
  33. own computer and PKUNZIP it.
  34.  
  35. Now comes the difficult bit. As always when editing important files make sure
  36. that you have a backup copy of the font file: COPY NB.FNT to a file called
  37. NBI.FNT, so that you can always use this if something goes wrong.
  38. NB.FNT must then be broken up into fourteen files each
  39. exactly 4096 bytes long. This is done by editing the file in norton's DISKEDIT.
  40. Define HEX-addresses  0000-0FFF, move it to the clipboard, make the clipboard
  41. the current object and write the clipboard contents to a file called NB00.FNT.
  42. Do the same for all the other ranges:1000-1FFF, 2000-2FFF, 3000-3FFF, ETC. Call
  43. the resulting files NB01.fnt, NB02.fnt. . .NB13.FNT. Each of these files
  44. contain one symbol set (including Hebrew, Greek, Russian, and italics plus
  45. various diacritics). Edit the characters you need to edit with EVAFONT and save
  46. the resulting file(s).
  47.  
  48. Finally, concatenate the nb00.FNT, NB01.FNT, etc. files into a new NB.FNT.
  49. This is done with the  DOS COPY command. Add a binary switch to it, like this
  50.  
  51. COPY /b NB00.FNT+NB01.FNT+NB02.FNT. . . NB13.FNT NB.FNT
  52.  
  53. Make sure that there are no spaces between the names of the small *.FNT files
  54. and the there is a space before NB.FNT. The last thing you need to do is to
  55. copy the new NB.FNT into your NOTABENE subdirectory. Notabene should now
  56. display the new font(s) you made. if your screen fills with garbage it is
  57. probably because you either made one of the NB00-NB13.FNT files the wrong size
  58. or because you switched the fonts around and specified e.g. COPY /b
  59. NB01.FNT+NB00.fnt...NB13.FNT.
  60.  
  61. This, however, only takes care of the display. To print the new symbols from
  62. NOTABENE you must also modify you printer driver. It is easiest to edit it in
  63. NOTABENE itself. Look for your new characters in the section called
  64. SUBSTITUTION TABLES and edit it with the help of your printer manual. You will
  65. probably have to switch the printer into a foreign type-set, but you will have
  66. to read about how to do that in the printer manual. If you have a NB version 3
  67. manual you may want to consult that, too.
  68.  
  69. Good luck
  70.  
  71. Frederik Pedersen, Carlsberg Fellow at the Cambridge Group for the
  72. History of Population, Cambridge cb2 1qa.
  73.  
  74. Thanks to Roy Harris for first describing how to edit the screen fonts.
  75.  
  76.