Jump to content

Pixi Text width doesn't include padding


Magia
 Share

Recommended Posts

Hi all
I use Pixi text with padding in style, and I noticed one thing

const textSample = new PIXI.Text("text", {
   fontFamily: 'Montserrat',
   fontSize: 50,
   padding: 50,
   fill: mainRed,
});

width of the text does't include padding, that's why I should do somthing like this for alignment text in container 

and it looks like this

container.pivot.x container.width / 2 - 50;
container.pivot.y container.height / 2 - 50;

Does someone know how to align it properly?
because I think it's not the best solution

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...