Short: Draws an outline on your Workbench icon text. Author: Daniel Nyberg and Jonathan Gapen and Dave Jones Uploader: Dave Jones Type: util/wb Version: 2.0 Architecture: m68k-amigaos This is an almost complete re-write of the OutlineFont patch program by Danial Nyberg. It draws an outline around the icon labels on Workbench, increasing the readability on some background images, and just generally looking snazzier. I rewrote the entire mess in assembly, using the C code as a guideline, and a disassembled output as a guideline of what not to do. The way it checked the calling process was a particular nightmare. Anyhow, here it is, much smaller, shorter, faster, more memory-efficient. Also, no longer needs `RUN >NIL: " to your startup-sequence, before LoadWB. "" is the palette number of the text colour you choose in Prefs/Font. "" is the fiels colour. "" is the outline width. Example: "OutlineFont 2 1 1" This will use colour 2 for the text and 1 for the outline. The outline width will be 1 pixel. If you are using the standard Workbench or MagicWB palette this will give you a white font text with a black border.