2dt Posted February 4, 2014 Share Posted February 4, 2014 Do you guys have any plans on text formatting functionality? Being able to have different text styles in one Pixi text object. For example: This is a bold string and an italic string as well as the strikethrough within a single Pixi text object. Also, do you guys plan on adding different orientation support (like vertically oriented text for oriental characters)? Thanks for the great work you guys are doing. Quote Link to comment Share on other sites More sharing options...
xerver Posted February 4, 2014 Share Posted February 4, 2014 PIXI.Text uses native canvas text. Anything you can do there, you can do in pixi. Quote Link to comment Share on other sites More sharing options...
el_ryu Posted April 18, 2021 Share Posted April 18, 2021 Since this is the top result in several Google queries, I thought I'd provide an up to date response based on my research: You can use HTMLText: https://github.com/pixijs/html-text Here is an example of what it can do: https://pixijs.io/html-text/demo/ That library wasn't available at the time of the first response. 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.