-
-
Notifications
You must be signed in to change notification settings - Fork 8
Add TextAlignment.Justified for formatted text #13
Copy link
Copy link
Open
Labels
breaking changeImplementation would likely be a breaking changeImplementation would likely be a breaking changeenhancementNew feature or requestNew feature or requestmlemRelated to the base MLEM packageRelated to the base MLEM packagemlem.uiRelated to MLEM.UiRelated to MLEM.Ui
Description
Metadata
Metadata
Assignees
Labels
breaking changeImplementation would likely be a breaking changeImplementation would likely be a breaking changeenhancementNew feature or requestNew feature or requestmlemRelated to the base MLEM packageRelated to the base MLEM packagemlem.uiRelated to MLEM.UiRelated to MLEM.Ui
Would need formatted text to know a maximum width even when not splitting or truncating, so the best way to make this happen would probably be to add an optional width param to
Realignand throw if it's not passed when the text alignment is justified