PDA

View Full Version : Moving fonts FTGL



Eragon0605
July 18th, 2010, 06:01 AM
Ok, 2 simple questions. I got FTGL all up and running and stuff. I know how to display text. The only problems are: The font is white, and the text is displayed in the bottom-left of the window. I want to know how to move the words to a different location, and how to change the color (I don't need anything fancy like "rainbow" or anything. Just a flat, plain black will do). I looked at the "tutorial", but it didn't really help. For the font position, I tried using the bbox function, but I get a "expected primary-expression before ',' token" type error.

EDIT: Oh, and I was also wondering if there was any way to display a counter. FTGL doesn't seem to support integers.