Talk:OpenGL:Tutorials:Font System

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

Why is an article containing C++ code listed in a C section? --Mecanismo 10:52, 21 Aug 2005 (EDT)

Mainly because we treat the "C:" prefix the same as C/C++, simply because there's no way to place plus signs (+) in the article titles. I suppose we could re-write it "Cpp:OpenGL Font System". Ryan Clark 14:23, 21 Aug 2005 (EDT)

how about utf8 strings? vector rendering of fonts?

I think there should be some info related to utf8 or any kind of unicode strings (people outside US and Europe don't use ASCII). How about info on rendering the glyphs with vectors and not bitmaps? could be nice.