From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from asquith.prosimetrum.com ([125.236.209.157]) by ur; Thu Dec 14 17:48:06 EST 2017 Message-ID: <329B9F5547D9B75C1FF4387482DCDCB5@prosimetrum.com> From: Travis Moore Date: Fri, 15 Dec 2017 11:48:35 +1300 To: 9front@9front.org Subject: Re: [9front] WANTED: instructions for adding fonts to troff In-Reply-To: 1CB5D4FBB66B36AF15288A640742E27C@5ess.inri.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: structured template firewall I improved the script somewhat and added two-char entries: http://runjimmyrunrunyoufuckerrun.com/src/convpsfont.awk The file in /sys/lib/postscript/troff/ should look like this: 0x0000 0x00ff GaramondNo8-Reg 0x0100 0x01ff LucidaSansUnicode01 0x0200 0x02ff LucidaSansUnicode02 0x0300 0x03ff LucidaSansUnicode03 0x0400 0x04ff LucidaSansUnicode04 0x0500 0x05ff LucidaSansUnicode05 0x2000 0x20ff LucidaSansUnicode20 0x2100 0x21ff LucidaSansUnicode21 0x2200 0x22ff LucidaSansUnicode22 0x2400 0x24ff LucidaSansUnicode24 0x2500 0x25ff LucidaSansUnicode25 This way characters up to 0xff will appear in the chosen font and characters beyond will fall back to the Lucida unicode stuff. See examples at: http://runjimmyrunrunyoufuckerrun.com/tmp/ Travis