Rotate TTF Font Glyph?
Graphics
1
Posts
1
Posters
2
Views
1
Watching
-
I've been searching for an answer, but I can't seem to find what I'm looking for. Basically, I have a TTF font with some custom glyphs. I have successfully "painted" them on my OpenGL canvas (C# using Tao). My question is: is it possible to rotate the glyph (from 0-360 degrees)? I need to be able to rotate the glyph depending on the heading data received - this way, the glyph is facing the correct direction. If this is not possible, do you have any suggested alternatives? I've considered importing the glyph as an image and converting it to a bitmap - but I'm not sure if this will work either.