Article | 70002025 |
Type | Wish |
Product | Engine |
Version | 9001 |
Date Added | 7/30/2021 12:00:00 AM |
Fixed | 9.9002.0.7 (7/30/2021 12:00:00 AM) |
Submitted by | Wenkang Zhao |
Summary
I wish Mtext would create a new line not only with spaces but with all characters
Solution
In version 9002 we added a new property to the Mtext object like below
summary>Get/Set a value representing if the Mtext will "cut" new lines (when BoxWidth is not 0.0) for every character and not only spaces.
remarks>Default value false which means that only spaces create new lines.
public bool BreakCharacters
Set this value to true and the Mtext will cut new lines for every character in the Mtext and not only spaces which is the default (false value) behaviour.