> Just for your fun! Attached you can find the C++ source file for a
> small program, ttc2ttf, which does the obvious. It's a beautified
> version of the program found here
>
> http://hp.vector.co.jp/authors/VA010851/be/index.html
>
> and should compile fine with any C++ compiler.
>
> This tool is quite handy if you want to disassemble a TTC with ttx
> since this program still can't handle TTCs.
>
> On Intel platforms say
>
> c++ -DINTEL -o ttc2ttf ttc2ttf.cpp
>
> otherwise omit the `-DINTEL'.
Oops. No it's attached.
Werner
|