Re: Why run xserver on the OpenGL API?
"Marcelo E. Magallon" <[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <[email protected]> |
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