Talk:OpenGL:Tutorials:Font System

From GPWiki

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.