summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorMark Wooding <mdw@distorted.org.uk>2012-01-11 01:35:25 +0000
committerMark Wooding <mdw@distorted.org.uk>2012-01-11 01:36:03 +0000
commitc5f963105a95238599fcc9f5ab39f432bb389210 (patch)
tree1c0aa37406c7a163005750de1b28e3cc79d3a311 /specs
parente704f64c8201aa7e47dff5f7d77a9c1cc1d6aeeb (diff)
Support for bold and oblique versions of 6x13.
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>
Diffstat (limited to 'specs')
-rw-r--r--specs22
1 files changed, 22 insertions, 0 deletions
diff --git a/specs b/specs
index 6919580..f7e8a12 100644
--- 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