开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜