The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: John Cowan <cowan@ccil.org>
To: Ron Natalie <ron@ronnatalie.com>
Cc: The Unix Heritage Society mailing list <tuhs@tuhs.org>
Subject: Re: [TUHS] troff was not so widely usable (was: The UNIX Command Language (1976))
Date: Thu, 11 Feb 2021 15:27:27 -0500	[thread overview]
Message-ID: <CAD2gp_SWh4ocdXRFOp-D3m=wa-BOEN-ZEgzJkMi3T60goDcmBw@mail.gmail.com> (raw)
In-Reply-To: <eme06a149c-6f05-48d9-841b-2c1c1ea1ccb6@alien>

[-- Attachment #1: Type: text/plain, Size: 3517 bytes --]

On Thu, Feb 11, 2021 at 11:56 AM Ron Natalie <ron@ronnatalie.com> wrote:


> It's important to know the difference between a font and a typeface.    A
> typeface isn't protectable.  That's the representation of the actual
> letters on the printed page (or screen in our case).     George was free to
> scan the output of the phototypesetter.
>

Or to make use of bitmap fonts, which are exact representations of the
typeface, at least in the U.S.  (In Europe there are design patents that
make typefaces protectable.)  See section 1.12 of <
http://www.faqs.org/faqs/fonts-faq/part2/> for the relevant quotations from
the Code of Federal Regulations.

Some time ago, I was hacking on the program FIGlet, which is a
bells-and-whistles banner program: you write FIGfonts as plain text files
with N lines per big character, where N is the font height measured in
small characters.  It is capable of kerning big characters nicely by using
a chosen small character to represent a "squishable space".

My main two improvements were to extend the font format to represent up to
2^31 big characters and to accept mapping tables to convert input from a
specific encoding to font indices.  (I ended up writing a comprehensive
decoder for arbitrary ISO 2022 text, possibly the only one that has ever
existed.)

In addition, I wrote a program to convert X BDS (bitmap) fonts to FIGfonts,
and packaged the standard BDS fonts with the standard FIGlet library.  That
served me well later when I was working for the Associated Press.  My boss
told me that the New York Daily News, which was downstairs in the same
building, was tired of paying Reuters for a program running on a PC that
fetched the current headlines from Reuters and displayed them on a huge
news ticker mounted on several sides of the newsroom, which was the size of
a NY city block.  Because the AP is a not-for-profit collective, once you
buy in, all the services are free.

The Reuters program was a Windows binary, and the manual they had for the
ticker turned out to be for a different model altogether.  I called the
manufacturer and got the correct manual (it took several days).  I wrote a
program in Perl that would fetch an AP headline feed (in RSS) which I was
responsible for, load up the X FIGfont specified as a command-line
argument, and send the text to the ticker, a matter of writing a single
column of bits and then the next and then the next, as the hardware took
care of the actual horizontal scrolling for me.

Once I had it running, I walked around to various people in the newsroom
who didn't look too busy, and asked them what they thought?  The general
response was a weak "LGTM", until I got to one guy who said, "No, it
doesn't look quite right."

"If you'll follow me," I said, "I'll see what I can do."  He and the guy in
the next cube followed me to the desk where the PC sat.  I killed the
program and started it up with the name of a different font.  "Mmm, not
quite."

We went through a number of fonts until I got "Yes!  Now _that_ looks like
a real newsroom font!"  He asked the other guy, "Do you agree?"

"Yes, that's great!"

So they were happy and I was happy and when I got back to AP my boss was
happy.  Only later did I find out that my two guys were the city editor and
the managing editor of the Daily News!

Standard troff voodoo, just put a power of two backslashes in front of it
> until it works and if you still have problems add a \c.
>

See "The Telnet Song" at <https://www.glaver.org/ftp/humor/telnet-song.txt>.

[-- Attachment #2: Type: text/html, Size: 6684 bytes --]

  reply	other threads:[~2021-02-11 20:28 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-30  3:10 [TUHS] The UNIX Command Language (1976) Joachim via TUHS
2020-11-30  8:30 ` Thomas Paulsen
2020-11-30 13:36 ` Brantley Coile
2020-11-30 15:12   ` Tom Ivar Helbekkmo via TUHS
2020-11-30 15:52 ` Clem Cole
2020-11-30 16:25   ` Dan Cross
2020-11-30 16:38     ` Warner Losh
2020-11-30 16:41       ` Dan Cross
2020-11-30 16:37   ` Larry McVoy
2020-11-30 16:54     ` Clem Cole
2020-11-30 18:13       ` Theodore Y. Ts'o
2020-11-30 18:25       ` John Cowan
2020-11-30 18:37         ` Clem Cole
2020-11-30 20:11           ` arnold
2020-11-30 21:49             ` Will Senn
2020-12-01  2:55             ` Jon Steinhart
2020-11-30 18:46         ` Nemo Nusquam
2021-02-10 20:48       ` [TUHS] troff was not so widely usable (was: The UNIX Command Language (1976)) Greg A. Woods
2021-02-10 21:44         ` Larry McVoy
2021-02-10 22:05         ` Clem Cole
2021-02-11 21:58           ` Greg A. Woods
2021-02-12  5:22             ` George Michaelson
2021-02-12 22:13             ` Dave Horsfall
2021-02-12 22:18               ` Ron Natalie
2021-02-10 22:36         ` Jon Steinhart
2021-02-10 23:05           ` George Michaelson
2021-02-11  0:27             ` Ron Natalie
2021-02-11  0:36               ` Larry McVoy
2021-02-11  1:53               ` Clem Cole
2021-02-11  1:59                 ` Richard Salz
2021-02-11  2:04                   ` George Michaelson
2021-02-11  2:44                     ` Richard Salz
2021-02-11  3:02                       ` Steve Nickolas
2021-02-11  4:07                         ` Toby Thain
2021-02-11 16:55                       ` Ron Natalie
2021-02-11 20:27                         ` John Cowan [this message]
2021-02-11  2:30                 ` [TUHS] troff was not so widely usable Mary Ann Horton
2021-02-11  2:52                   ` Larry McVoy
2021-02-11  6:42                     ` Andrew Hume
2021-02-11  7:12                       ` Rob Pike
2021-02-11 13:06                         ` John Gilmore
2021-02-11 17:34                           ` Jon Forrest
2021-02-11 18:09                             ` John Cowan
2021-02-11 18:43                               ` Rich Morin
2020-12-01  3:59 ` [TUHS] The UNIX Command Language (1976) jason-tuhs
2020-12-01  4:03   ` Jon Steinhart
2020-12-01  9:27   ` Steve Nickolas
2020-12-01 15:09   ` Jim Capp
2020-12-01 15:35     ` Toby Thain
2020-12-01 15:38     ` arnold
2020-12-01 16:24       ` Warner Losh
2020-12-01 16:39         ` arnold
2020-12-01 20:13           ` Rob Pike
2020-12-02  7:08             ` arnold
2020-12-02  7:29               ` Rob Pike
2020-12-01 20:20           ` Steffen Nurpmeso
2020-12-01 20:39             ` Bakul Shah
2020-12-01 21:24               ` Dan Cross
2020-12-01 23:44                 ` John Cowan
2020-12-12 19:50           ` scj
2020-12-01 16:47         ` Larry McVoy
2020-12-01 20:13     ` Dave Horsfall
2020-12-01 20:49       ` John Cowan
2020-12-01 16:04 ` Tyler Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAD2gp_SWh4ocdXRFOp-D3m=wa-BOEN-ZEgzJkMi3T60goDcmBw@mail.gmail.com' \
    --to=cowan@ccil.org \
    --cc=ron@ronnatalie.com \
    --cc=tuhs@tuhs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).