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/lib/postscript/troff/Hx | |
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/lib/postscript/troff/Hx')
-rw-r--r-- | sys/lib/postscript/troff/Hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/lib/postscript/troff/Hx b/sys/lib/postscript/troff/Hx index 5183becca..3fd78fb2a 100644 --- a/sys/lib/postscript/troff/Hx +++ b/sys/lib/postscript/troff/Hx @@ -1 +1 @@ -0x0000 0x00ff Helvetica-BoldOblique +0x0000 0x00ff Helvetica-Narrow-BoldOblique |