Skip to content
Snippets Groups Projects
Commit 34a8c54b authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

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.
parent efe596d7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment