Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 alpha 5/22/85; site cbosgd.UUCP Path: utzoo!watmath!clyde!cbosgd!mark From: mark@cbosgd.UUCP (Mark Horton) Newsgroups: net.sources,net.kids Subject: word: a small fontbanner Message-ID: <1746@cbosgd.UUCP> Date: Thu, 9-Jan-86 16:19:31 EST Article-I.D.: cbosgd.1746 Posted: Thu Jan 9 16:19:31 1986 Date-Received: Fri, 10-Jan-86 05:38:13 EST Organization: AT&T Bell Laboratories, Columbus, Oh Lines: 38 Xref: watmath net.sources:4096 net.kids:2458 Fontbanner is nice for large wall banners, but it doesn't work very well for smaller signs. I'm enclosing a trivial shell script I use to get a similar effect for small signs. This command is well suited to being used in a loop if you want to generate several signs. I call it "word". I've used it, for example, using 28 point bocklin, to make signs to label our computers with their proper names: word CbPavo | lpr Also, using the Times Roman fonts, it makes nice flash cards to teach babies to read. (Helvetica would be better, but I don't have such a font.) for i in one two three four five six seven eight nine ten do F=times.r.24 word $i done | lpr Of course, it's intended for output on a wide printer, and even so the messages have to be broken into small pieces to fit on a line. But for single words it works nicely. You may wonder why I bother to write and post the shell script, since it's so trivial. Perhaps it's because vfontinfo is not well known, especially the -m option. In fact, I can't even find the source to vfontinfo on my 4.2BSD system, although the binary is there. Substitute your favorite default font for 28 point Bocklin. Mark echo " " echo " " echo " " /usr/lib/vfontinfo -m ${F-bocklin.28} "$*" echo " " echo " " echo " "