antialias -- again

I have jagged edges in a custom font but for near horizontal – the vertical lines appear to have a smooth greyscale (I just call it antialias) where as angles close to the horizontal have clear on/off without antialias.

I have the greyscale rendering and gridfitting turned on up to 65535 (doesn’t seem to change if the limit is lowered to 14). Shouldn’t this work equally in both near vertical and near horizontal angles? Why just near horizontal.

Also is gridfitting the same as hinting?

i’ve got the same problem, but i think i know the answer.
if you set ms-windows’ font smoothing property to “ClearType”, the fonts look bad. but with the standard smoothing everything’s okay.
here’s my example:

So the problem is in MS Windows and not Font Creator?

Thanks for sharing, and in such a clear and concise way!