Label justification feature

Hello. Sometimes I feel ashamed thinking I'm asking for too much.

There is no justify option for Label. For now I justify using wrapper.
My request from you: Can you place the logic in wrapper inside Label? I think wrapper calculates the width property of each object and justifies accordingly.

The same logic can be placed inside label's width property ZIM.Label. Or can a separate class be created? Like ZIM.LabelJust...

The proper place to do this would be CreateJS - or actually, the canvas itself. I do not think we will work on it... but I will ask on the CreateJS forum if anyone has done this type of thing.

Just did a search and found this: https://canvas-txt.geongeorge.com/ which leads to a GitHub here: GitHub - geongeorge/Canvas-Txt: Multiline text on HTML5 Canvas

Would anybody like to play around with it and see if they can get it working?

Apparently, here is the minified file: https://cdn.jsdelivr.net/npm/canvas-txt@4.0.3

@pettis @josephd - or others?

Ok. Thank you.