Bitmap Fonts
by Gellyware · in Torque Game Builder · 08/24/2006 (5:27 pm) · 2 replies
Are bitmap fonts possible using TGB? If so.... how?
To be more specific, say I want to display the score at the top left corner using a bitmap font such that on screen you would see "Score:" @ playerScore. How would I go about doing this with a pre-made bitmap font?
To be more specific, say I want to display the score at the top left corner using a bitmap font such that on screen you would see "Score:" @ playerScore. How would I go about doing this with a pre-made bitmap font?
About the author
Associate Kevin Ryan
Top Meadow Inc.
Also, if I remember correctly I used programmer artwork in GuiBitmapCtrl rather than GuiText controls for the first scoring system in Marble Blast before the GG made it look so nice - and it wasn't that difficult to do.