I am using
FTGL to render text in my Horde application. After switching from Beta 4 to the SVN trunk, fonts are no longer displaying properly. From the looks of it, the quads representing each character are drawing, but the alpha blending in each character's texture isn't working. So I'm ending up with a bunch of colored quads instead of text.
Is there some GL state/setting that Horde is changing that could be causing this? I've tried enabling blending and setting the blend function, but that didn't work.
Thanks,
Anthony