Callumk0104
New Member
- Joined
- Feb 6, 2018
What is the function called to change the size of the font when drawing text.
Thanks.
Thanks.
No I don't. I was thinking of a scaling factor while drawing the font. We're still talking bitmap fonts.Wait, does this mean you have found a way to load a ttf file in Monkey / Cerberus?I'll check this out!
Yes they do work in a similar fashion. The main issues would be getting the best use of texture space, dealing with unicode and how much text you can get into a single Vertex Buffer Object to improve performance.Isn't rendering glyphs stored in a texture loaded from a png file not very similar to rendering glyphs stored in a texture filled via a routine that renders vector based fonts?