angelkom Posted February 28, 2014 Share Posted February 28, 2014 Anyone? Quote Link to comment Share on other sites More sharing options...
angelkom Posted February 28, 2014 Author Share Posted February 28, 2014 Never mind found it Quote Link to comment Share on other sites More sharing options...
thiezar Posted March 1, 2014 Share Posted March 1, 2014 If you found a solution please would you mid to tell us what it is? Quote Link to comment Share on other sites More sharing options...
angelkom Posted March 1, 2014 Author Share Posted March 1, 2014 To change the font size when you write the name of the font for example: this.scoreText = new game.BitmapText(this.score.toString(), {font: 'Pixel'}); to make the font size for example 20 px you will write like this in front of the font name this.scoreText = new game.BitmapText(this.score.toString(), {font: '20 Pixel'}); but it would be good if @enpu tell us how to use different bitmap fonts in panda Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.