Search code examples
aframewebvrwebxr

How can I justify the text in <a-text> in aframe?


I want to justify the text rendered in the tag of a-frame. Is there any way I can do it? align attribute allows only center, left, and right.


Solution

  • a-text is based on three-bmfont-text, which does not support justification. You might want to try aframe-troika-text instead.