You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please write down your repro steps. Please also include all relevant information/data (e.g., you appear to have opened an iModel and a drawing within it).
Boiling down the issue to a simple unit test that reproduces the problem is a very good approach.
Describe the bug
When width is not 0, but there is no word wrapping, text does not justify.
To Reproduce
await iModelAppForDebugger.viewManager.selectedView.iModel.loadFontMap()
in the consoleiModelAppForDebugger.viewManager.selectedView.view.categorySelector.categories
in the console, and select oneExpected behavior
I want justification to occur even when there's only one line of text.
Screenshots
Justify.bug.mp4
Desktop (please complete the applicable information):
Additional context
I have a fix for it. It's like a one line change. I can make the PR.
The text was updated successfully, but these errors were encountered: