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/RC | |
| parent | 36a9115fcbe8ddb0baacc07f8c33add9a9f7b307 (diff) | |
| download | plan9port-13f7391e4a38634221f4a63da9f58f58473e77b0.tar.gz plan9port-13f7391e4a38634221f4a63da9f58f58473e77b0.zip | |
More files!
Diffstat (limited to 'troff/font/devutf/charlib/RC')
| -rw-r--r-- | troff/font/devutf/charlib/RC | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/troff/font/devutf/charlib/RC b/troff/font/devutf/charlib/RC new file mode 100644 index 00000000..bfb2af2f --- /dev/null +++ b/troff/font/devutf/charlib/RC @@ -0,0 +1,13 @@ +/build_RC { + pop + size 4 div /side exch def + currentpoint + newpath + moveto + 0 side 1.5 mul rmoveto + 0 side rlineto + side 2.5 mul 0 rlineto + 0 side neg rlineto + closepath + fill +} def |
