trsh Posted May 17, 2017 Share Posted May 17, 2017 So, I have a text in size 200x50, and wan't to scale it down precisely 2 times (100x25) option 1) Scale 0,5. This sucks, as the quality is crewed (more on up-scale, less downscale, but anyways it is..) and I can't afford that in my project. option 2) FontSize/2. This sucks as well in my case, because it wont be precisely 100x25. So are there any alternative options, so I get the precise size and quality as well? Some kind of scale + re-render, duno? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted May 17, 2017 Share Posted May 17, 2017 Thank you, lets solve it: https://github.com/pixijs/pixi.js/issues/4034 I pinged other core devs Quote Link to comment Share on other sites More sharing options...
tywang2006 Posted May 18, 2017 Share Posted May 18, 2017 double check your viewport setting in your html head meta, make sure it is scaleable firstly then do Ivan to setup resolution. text will be updated automatically internally. once you done these way, you font will be very clear when you scale them or their parent. 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.