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.
Asked
Active
Viewed 126 times
1
-
Please provide enough code so others can better understand or reproduce the problem. – Community Jul 12 '22 at 13:36
1 Answers
1
a-text is based on three-bmfont-text, which does not support justification. You might want to try aframe-troika-text instead.

brianpeiris
- 10,735
- 1
- 31
- 44
-
Yeah, I did find that lib after I posted this. Thanks for the answer though. – Abhi Patel Jul 15 '22 at 23:27