GBear Posted October 11, 2016 Share Posted October 11, 2016 Hi.. how can use True type Font in pixi.js? can you give me any tips? thx everyone!! Quote Link to comment Share on other sites More sharing options...
Exca Posted October 11, 2016 Share Posted October 11, 2016 I have been using font.js to load fonts. http://pomax.nihongoresources.com/pages/Font.js/ Quote Link to comment Share on other sites More sharing options...
GBear Posted October 13, 2016 Author Share Posted October 13, 2016 @Exca thx Exca.. font.js can use like bitmapfont with pixi.js? it looks like draw with tags(html's tag) ... i'm not using Text of PIXI. becuase memory's management.. Text is always generate new canvas so . it looks so heavy. my game many many text is genreated like damage or chat's text .. can you give me any tips ? thx Exca Quote Link to comment Share on other sites More sharing options...
Exca Posted October 13, 2016 Share Posted October 13, 2016 Nope, font.js doesn't load bitmapfonts. You can use pixis loader for bitmapfonts. Performancewise you should look into bitmapfonts if you want to render the fonts inside canvas. Other option would be to overlay the fonts as basic html text over the canvas. 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.