From 1210b12f28ac23a2f0af6004a49d7c82a8f236ca Mon Sep 17 00:00:00 2001 From: Anthony Martin Date: Tue, 15 Jun 2021 16:13:59 +0000 Subject: troff: fix mangled fonts and character files 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). --- sys/src/cmd/postscript/devpost.add/c1 | 4 ++-- sys/src/cmd/postscript/devpost.add/c2 | 4 ++-- sys/src/cmd/postscript/devpost.add/c3 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/src/cmd/postscript/devpost.add') diff --git a/sys/src/cmd/postscript/devpost.add/c1 b/sys/src/cmd/postscript/devpost.add/c1 index 19be6b2fd..b9e1c021f 100644 --- a/sys/src/cmd/postscript/devpost.add/c1 +++ b/sys/src/cmd/postscript/devpost.add/c1 @@ -1,5 +1,5 @@ -name C1 -fontname CenturyOldStyle-Regular +name c1 +fontname CenturyOldStyleCondensed-Regular ligatures fi fl 0 spacewidth 25 charset diff --git a/sys/src/cmd/postscript/devpost.add/c2 b/sys/src/cmd/postscript/devpost.add/c2 index 359341a67..3fbafeb09 100644 --- a/sys/src/cmd/postscript/devpost.add/c2 +++ b/sys/src/cmd/postscript/devpost.add/c2 @@ -1,5 +1,5 @@ -name C2 -fontname CenturyOldStyle-Italic +name c2 +fontname CenturyOldStyleCondensed-Italic ligatures fi fl 0 spacewidth 27 charset diff --git a/sys/src/cmd/postscript/devpost.add/c3 b/sys/src/cmd/postscript/devpost.add/c3 index eef7eef09..7e3cd8a29 100644 --- a/sys/src/cmd/postscript/devpost.add/c3 +++ b/sys/src/cmd/postscript/devpost.add/c3 @@ -1,5 +1,5 @@ -name C3 -fontname CenturyOldStyle-Bold +name c3 +fontname CenturyOldStyleCondensed-Bold ligatures fi fl 0 spacewidth 33 charset -- cgit v1.2.3