t1disasm
080129
I’ve been using some free software tools (that’s open source, if you’re not keeping up with the lingo) on my eee pc to take apart font files. Or at least, I’ve been trying to. Tonight, I have finally managed it and can proudly present you with the disassembled code to draw a forward slash in Courier face:
/slash {
114 602 hsbw
20 callsubr
77 -13 rmoveto
307 661 rlineto
3 6 2 6 0 6 rrcurveto
19 -17 14 -18 vhcurveto
-20 0 -10 -14 -14 -29 rrcurveto
-305 -657 rlineto
-3 -7 -2 -7 0 -6 rrcurveto
-19 16 -15 18 vhcurveto
21 0 10 15 12 27 rrcurveto
closepath
endchar
} ND
