terencechow Posted January 8, 2015 Share Posted January 8, 2015 I have a string of words. I'd like to highlight a middle word by using a different font. I am using bitmap texts. For example: "I am a string of text and I would like this to use a different bitmapfont" Is what I'm looking to do possible? Link to comment Share on other sites More sharing options...
MichaelD Posted January 9, 2015 Share Posted January 9, 2015 You can create a group and add 3 parts in it, "part1"+"part2"+"part3" and align them with one another for examplevar part1.x = 0;var part2.x = part1.x + 10;var part3.x = part2.x + 10;Also all the "y" should be the same, and finally add them all to a single group and move the group around as you please. Link to comment Share on other sites More sharing options...
Recommended Posts