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.
精彩评论