diff options
author | rsc <devnull@localhost> | 2004-05-15 23:45:13 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-05-15 23:45:13 +0000 |
commit | 13f7391e4a38634221f4a63da9f58f58473e77b0 (patch) | |
tree | 65b538843c8fbfbb5000de18ad6145ce82531781 /troff/font/devutf/charlib/34 | |
parent | 36a9115fcbe8ddb0baacc07f8c33add9a9f7b307 (diff) | |
download | plan9port-13f7391e4a38634221f4a63da9f58f58473e77b0.tar.gz plan9port-13f7391e4a38634221f4a63da9f58f58473e77b0.tar.bz2 plan9port-13f7391e4a38634221f4a63da9f58f58473e77b0.zip |
More files!
Diffstat (limited to 'troff/font/devutf/charlib/34')
-rw-r--r-- | troff/font/devutf/charlib/34 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/troff/font/devutf/charlib/34 b/troff/font/devutf/charlib/34 new file mode 100644 index 00000000..f487450c --- /dev/null +++ b/troff/font/devutf/charlib/34 @@ -0,0 +1,18 @@ +/build_34 { + pop + /optsize ptsize def + /osize size def + /ofont font def + + optsize 2 div dup R exch R f + 0 size 2 mul 3 div dup neg exch 0 exch rmoveto + + (3) show + rmoveto + optsize R f + (\244) show + f + (4) show + + optsize ofont f +} def |