load it as a spritesheet. set up a spriteset with all the letters in, then write a function to place the letters next to each other for your word (bear in mind you’ll have to implement your own word wrapping, but you should be able to find algorithms on the internet for that)
(you should trim the space in between each letter to save memory too) [import]uid: 6645 topic_id: 3606 reply_id: 10970[/import]
Yeah OP, I’m pretty much using images for text anyways, especially on static UI with dynamic info that needs updating since text just seems to overwrite itself and get messy. [import]uid: 11024 topic_id: 3606 reply_id: 10987[/import]