LOSSES Don Posted September 29, 2020 Share Posted September 29, 2020 Hello everyone! I'm a new comer of PIXI. I'm facing some problem about generated bitmap font for PIXI.js. The font is generated with bitmap font generator (). And while I'm trying to load it, an error occurred: Texture Error: frame does not fit inside the base Texture dimensions: X: 988 + 3 = 991 > 1 or Y: 0 + 1 = 1 > 1 A demo is available here: https://codesandbox.io/s/pixi-bitmap-font-problem-report-blcp3?file=/src/index.ts I totally have no idea how to debug this, is it means that I'm using wrong parameter for the generator? or I'm using PIXI loader in a wrong way? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted September 29, 2020 Share Posted September 29, 2020 Are you trying to load TGA file? It is not supported in web. LOSSES Don 1 Quote Link to comment Share on other sites More sharing options...
LOSSES Don Posted September 29, 2020 Author Share Posted September 29, 2020 Ohhhh.... I got it, will try to use PNG 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.