Support for bold and oblique versions of 6x13.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 11 Jan 2012 01:35:25 +0000 (01:35 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 11 Jan 2012 01:36:03 +0000 (01:36 +0000)
There is no traditional version of 6x13O, so I just hacked the font
so that it looks like an italicized version of trad 6x13 rather than
Kuhn 6x13.

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
bad/6x13B.pcf.gz [new file with mode: 0644]
bad/6x13O.pcf.gz [new file with mode: 0644]
good/6x13B.pcf.gz [new file with mode: 0644]
good/6x13O.pcf.gz [new file with mode: 0644]
specs

diff --git a/bad/6x13B.pcf.gz b/bad/6x13B.pcf.gz
new file mode 100644 (file)
index 0000000..e2a1134
Binary files /dev/null and b/bad/6x13B.pcf.gz differ
diff --git a/bad/6x13O.pcf.gz b/bad/6x13O.pcf.gz
new file mode 100644 (file)
index 0000000..15bd9ad
Binary files /dev/null and b/bad/6x13O.pcf.gz differ
diff --git a/good/6x13B.pcf.gz b/good/6x13B.pcf.gz
new file mode 100644 (file)
index 0000000..c10ae06
Binary files /dev/null and b/good/6x13B.pcf.gz differ
diff --git a/good/6x13O.pcf.gz b/good/6x13O.pcf.gz
new file mode 100644 (file)
index 0000000..f5b36c4
Binary files /dev/null and b/good/6x13O.pcf.gz differ
diff --git a/specs b/specs
index 6919580..f7e8a12 100644 (file)
--- a/specs
+++ b/specs
@@ -12,3 +12,25 @@ entire                       ` '
 verbatim       }
 
 endrules
+
+pcf                    6x13B
+rules                  Trad
+partial                        a u
+entire                 b d h i j p q w y ( ) { } [ ] ~ "
+
+verbatim       if ($props{' 7bit'}) {
+entire                 ` '
+verbatim       }
+
+endrules
+
+pcf                    6x13O
+rules                  Trad
+partial                        a
+entire                 ( ) [ ] { } W &
+
+verbatim       if ($props{' 7bit'}) {
+entire                 ` '
+verbatim       }
+
+endrules