diff options
| author | Russ Cox <rsc@swtch.com> | 2008-01-31 16:58:38 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2008-01-31 16:58:38 -0500 |
| commit | 9daa3ca74ebd673d00ba52667c50fe4a0046d100 (patch) | |
| tree | 1a0f6d6c860f6dbd9cd26223f1a40914ead10013 /troff/font/devutf/charlib/RC | |
| parent | 57a6108c76c357cd4f71c26c84baec92a9fb91b5 (diff) | |
| download | plan9port-9daa3ca74ebd673d00ba52667c50fe4a0046d100.tar.gz plan9port-9daa3ca74ebd673d00ba52667c50fe4a0046d100.zip | |
tr2post: rename charlib files to not be case-dependent (OS X)
Diffstat (limited to 'troff/font/devutf/charlib/RC')
| -rw-r--r-- | troff/font/devutf/charlib/RC | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/troff/font/devutf/charlib/RC b/troff/font/devutf/charlib/RC deleted file mode 100644 index 954e290d..00000000 --- a/troff/font/devutf/charlib/RC +++ /dev/null @@ -1,36 +0,0 @@ -% -% This stuff has gotten terribly complicated - sorry. -% - -currentdict /bvbbox known not {/bvbbox [0 0 0 0 0 0 0] def} if - -/build_rc { - pop - gsave - currentpoint translate newpath - bvbbox 6 get size ne { - gsave - initgraphics - scaling scaling scale - 0 0 moveto - (\357) false charpath flattenpath pathbbox 0 0 size bvbbox astore pop - 0 1 idtransform dup mul exch dup mul add sqrt dup - bvbbox 1 get add bvbbox 1 3 -1 roll put - bvbbox 3 get exch sub bvbbox 3 3 -1 roll put - bvbbox 2 get bvbbox 0 get sub bvbbox 4 3 -1 roll put - bvbbox 2 get bvbbox 0 get add 2 div bvbbox 5 3 -1 roll put - grestore - } if - bvbbox 2 get bvbbox 1 get moveto - bvbbox 2 get bvbbox 3 get lineto - bvbbox 5 get bvbbox 4 get 8 mul sub dup bvbbox 3 get lineto - bvbbox 1 get lineto closepath clip newpath - 0 0 moveto (\357) show - bvbbox 5 get bvbbox 3 get moveto - bvbbox 4 get dup dup - 8 mul neg 0 rlineto - 0 exch neg rlineto - 8 mul 0 rlineto - closepath clip eofill - grestore -} def |
