home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / systempatch / outlinefont2 / outlinefont2.readme < prev    next >
Encoding:
Text File  |  1997-05-03  |  2.0 KB  |  63 lines

  1. Short:    Draws an outline on your Workbench icon text.
  2. Author:   Daniel Nyberg <daniel@dalnet.se> and Jonathan Gapen <innuendo@execpc.com> and Dave Jones <djones@cardiffcybercafe.co.uk>
  3. Uploader: Dave Jones <djones@cardiffcybercafe.co.uk>
  4. Version:  2.0
  5. Type:     util/wb
  6.  
  7.  
  8. This  is an almost complete re-write of the OutlineFont patch program by Danial
  9. Nyberg.   It  draws  an outline around the icon labels on Workbench, increasing
  10. the readability on some background images, and just generally looking snazzier.
  11.  
  12. I  rewrote  the entire mess in assembly, using the C code as a guideline, and a
  13. disassembled  output  as a guideline of what not to do.  The way it checked the
  14. calling  process was a particular nightmare.  Anyhow, here it is, much smaller,
  15. shorter, faster, more memory-efficient.
  16.  
  17. Also, no longer needs `RUN >NIL: <NIL: OutlinePatch' it will copy the patchcode
  18. to memory, set the patch function, and exit.
  19.  
  20. I'll  include the asm source to this version next time (Once I've made it a bit
  21. more readable), in case anybody gets the urge to hack on it further.
  22.  
  23.  
  24. Here are the original instructions:
  25.  
  26. Requirements:
  27.     AmigaOS 3.0 or higher.
  28.     68020 or better.
  29.  
  30. *NB*  There's no reason to suggest these are needed, but I'll put them
  31.       here just in case. -Dave.
  32.  
  33. Installation:
  34.     Copy OulineFont to c:, or add a path to the OutlineFont
  35.     directory.
  36.  
  37.     Start Prefs/Font
  38.  
  39.     Choose "Select Workbench Icon text..."
  40.  
  41.     Select the font and field colour you want.
  42.     The field colour will be used for the outline.
  43.  
  44.     Select mode "Text+Field".
  45.  
  46.     Select OK; and save the font settings.
  47.  
  48.     Add "OutlineFont <text> <field> <width>" to
  49.     your startup-sequence, before LoadWB.
  50.  
  51.     "<text>" is the palette number of the text colour you
  52.     choose in Prefs/Font.
  53.  
  54.     "<field>" is the fiels colour.
  55.  
  56.     "<width>" is the outline width.
  57.  
  58.     Example: "OutlineFont 2 1 1"
  59.     This will use colour 2 for the text and 1 for the outline.
  60.     The outline width will be 1 pixel. If you are using the
  61.     standard Workbench or MagicWB palette this will give you
  62.     a white font text with a black border.
  63.