diff options
author | Anthony Martin <ality@pbrane.org> | 2021-06-15 16:13:59 +0000 |
---|---|---|
committer | Anthony Martin <ality@pbrane.org> | 2021-06-15 16:13:59 +0000 |
commit | 1210b12f28ac23a2f0af6004a49d7c82a8f236ca (patch) | |
tree | d4afa2dbaad4d986526e50c82986969006cc42d3 /sys/src/cmd/postscript/devpost.add | |
parent | 7c3ff535745b373775fbdab74954e7717abbce84 (diff) |
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).
Diffstat (limited to 'sys/src/cmd/postscript/devpost.add')
-rw-r--r-- | sys/src/cmd/postscript/devpost.add/c1 | 4 | ||||
-rw-r--r-- | sys/src/cmd/postscript/devpost.add/c2 | 4 | ||||
-rw-r--r-- | sys/src/cmd/postscript/devpost.add/c3 | 4 |
3 files changed, 6 insertions, 6 deletions
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 |