threedollarbill Posted March 2, 2017 Share Posted March 2, 2017 Is it possible to have linespacing for BitmapText? Only Text seems to have that option, but I can't do the same for BitmapText. Link to comment Share on other sites More sharing options...
samme Posted March 2, 2017 Share Posted March 2, 2017 BitmapText doesn't have its own but you can modify the font itself: game.cache.getBitmapFont(KEY).font.lineHeight That will affect all BitmapTexts using that font! richpixel and threedollarbill 2 Link to comment Share on other sites More sharing options...
threedollarbill Posted March 3, 2017 Author Share Posted March 3, 2017 @samme wow thats worked! thanks for that! Link to comment Share on other sites More sharing options...
Recommended Posts