home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / systempatch / outlinefont / outlinefont.readme < prev    next >
Text File  |  1997-03-18  |  2KB  |  58 lines

  1. Short:    Draws an outline on your Workbench icon text.
  2. Author:   Daniel Nyberg <daniel@dalnet.se> and Jonathan Gapen <innuendo@execpc.com>
  3. Uploader: Jonathan Gapen <innuendo@execpc.com>
  4. Version:  1.1
  5. Type:     util/wb
  6.  
  7.  
  8. This is a partial re-write of the OutlineFont patch program by
  9. Danial Nyberg. It draws an outline around the icon labels on
  10. Workbench, increasing the readability on some background images,
  11. and just generally looking snazzier. I liked the effect, but I
  12. thought the whole patching deal of the original OutlineFont
  13. program was a bit overkill just to patch a single function. So I
  14. took about an hour and re-wrote it to call SetFunction() straight
  15. out, and to use dos.library/ReadArgs() to parse the command line.
  16. That chopped over 1k off the size of the executable. Not bad.
  17.  
  18. I've included the source to this version, in case anybody gets
  19. the urge to hack on it further.  I'll probably forget all about
  20. it anyway, once NewIcons includes this feature.
  21.  
  22. Here are the original instructions:
  23.  
  24. Requirements:
  25.     AmigaOS 3.0 or higher.
  26.     68020 or better.
  27.  
  28. Installation:
  29.     Copy OulineFont to c:, or add a path to the OutlineFont
  30.     directory.
  31.  
  32.     Start Prefs/Font
  33.  
  34.     Choose "Select Workbench Icon text..."
  35.  
  36.     Select the font and field colour you want.
  37.     The field colour will be used for the outline.
  38.  
  39.     Select mode "Text+Field".
  40.  
  41.     Select OK; and save the font settings.
  42.  
  43.     Add "run >nil: OutlineFont <text> <field> <width>" to
  44.     your startup-sequence, before LoadWB.
  45.  
  46.     "<text>" is the palette number of the text colour you
  47.     choose in Prefs/Font.
  48.  
  49.     "<field>" is the fiels colour.
  50.  
  51.     "<width>" is the outline width.
  52.  
  53.     Example: "run >nil: OutlineFont 2 1 1"
  54.     This will use colour 2 for the text and 1 for the outline.
  55.     The outline width will be 1 pixel. If you are using the
  56.     standard Workbench or MagicWB palette this will give you
  57.     a white font text with a black border.
  58.