How can one move text in FTGL in C?
I may have missed something but I see here on header files all kinds of functions开发者_JAVA百科 to move text around in C++ but not on the C API. How is it done?
EDIT: Pixmap fonts for example.
Try glTranslatef() or glRasterPos2f().
Also, what documentation are you looking at? I'm not seeing any positioning functionality.
加载中,请稍侯......
精彩评论