-
- Downloads
Replaced overloaded methods with parameterized method in StringRow
While StringRow's overloaded methods won't suffer from super-linear polynomial explosion as the alignment options increase (it would be linear), this change preserves structural similarity with StringBox. It also eliminates a switch statement in StringBox.placeString. Added deprecation tags to the legacy methods.
Please register or sign in to comment