aglUseFont and Uncode

Does anyone knows if aglUseFont supports unicode character string ? If not, are there other ways to draw uncode string ?

aglUseFont is not recommended on Mac OS X, and no, it doesn’t do Unicode.

Apple has sample code for using CoreGraphics or Cocoa to render text to a texture, or you can use a library like FTGL: http://homepages.paradise.net.nz/henryj/code/index.html#FTGL

Thank you very much.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.