开发者

How can one move text in FTGL in C?

开发者 https://www.devze.com 2023-01-28 20:13 出处:网络
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?

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

精彩评论

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