>>>> "cgw" == Charles G Waldman
<cgw(a)fnal.gov> writes:
cgw> I've been fooling around with TrueType lately in my unending efforts
cgw> to make this screen I stare at for 12 hours a day just a little bit
cgw> more beautiful.
cgw> I have some thoughts about how to improve layout of text when using
cgw> proportional-width fonts. Some screenshots and discussion can be
cgw> found at:
cgw>
http://home.fnal.gov/~cgw/xemacs/experiment/
This is really a wonderful experiment, and one that would make me want
to use proportional fonts for code.
To become more than an experiment, it has to be *reliable*. And that
is going to be tough. Something that only works 99% of the time is
annoying, like, ummm, file encoding autodetection that sometimes
fails.
You have to be able to get this right:
main ()
{
double d;
int i;
char c;
}
This particular example can of course be done. But how about 100%?
Martin