Why run xserver on the OpenGL API?

Marcelo E. Magallon mmagallo@debian.org
Sat, 3 Jan 2004 23:32:01 -0600


On Tue, Nov 25, 2003 at 12:21:56PM -0800, Jon Smirl wrote:

 > + Provide a font solution for GL based apps.

 Since you have mentioned this several times, I guess I'll just plug
 FTGL here.  Google for FTGL, look at the API, look at the functionality
 which is provided.  I really don't think much is missing.  Just plug
 fontconfig on the side, and you have got a pretty nice font solution
 for OpenGL applications.  For low font sizes, use textures.  For larger
 glyphs use polygon fonts.

 Marcelo