From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 7011 invoked from network); 16 Jun 2021 09:39:28 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 16 Jun 2021 09:39:28 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 1ess; Tue Jun 15 18:44:05 -0400 2021 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 17f48d7f (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Tue, 15 Jun 2021 15:43:53 -0700 (PDT) Message-ID: <6E0AD17C9B0C543BC897E2806FD143D8@eigenstate.org> To: 9front@9front.org Date: Tue, 15 Jun 2021 18:43:51 -0400 From: ori@eigenstate.org In-Reply-To: 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: app component-based STM-aware framework Subject: Re: [9front] [PATCH] troff: fix mangled fonts and character files Reply-To: 9front@9front.org Precedence: bulk Quoth Anthony Martin : > All of these files appear to have been imported from sources in a > case-insensitive manner and consequently lost their original content. > > - Hx, Hb, and Hi fonts should be narrow versions of Helvetica > > - c[1-3] fonts should be condensed versions of Century Old Style > > - the lH character should be a filled left hand symbol > > - the rh character should be a stroked right hand symbol > > - the rc character should be the right ceiling symbol > > I've verified that these are the only files that collide with others > when ignoring case (aside from rc/bin/[Kk]ill but those are correct). > Looks right to me, committed.