Brent Cromley Posted April 5, 2021 Share Posted April 5, 2021 I was intrigued to try using the bitmap fonts with bitmap text. I saw this article by Matt Karl that gave some basic examples. There was one example in there which mimicked what I needed to achieve, but it doesn't appear to work with the latest Pixi version. In fact, the JS fiddle he points to in the article also doesn't work. https://jsfiddle.net/bigtimebuddy/0xswqabj/ Any suggestions on how to get bitmap fonts working with bitmap text, or any pointers to examples of it working? Thanks, Brent Quote Link to comment Share on other sites More sharing options...
Avinash Pabba Posted April 5, 2021 Share Posted April 5, 2021 You need to update text style "font" to "fontName" and for size use "fontSize". may be it will work Quote Link to comment Share on other sites More sharing options...
Brent Cromley Posted April 6, 2021 Author Share Posted April 6, 2021 That did the trick. Thank you! 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.