diff options
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 |