Open lsan75 opened 4 years ago
When applying a textTransform uppercase to the Text style, the measures (width & lastLineWidth) are not accurate.
This can be avoided by calling toUpperCase() on your text before measuring. Not a real fix, but might help someone 👍
toUpperCase()
When applying a textTransform uppercase to the Text style, the measures (width & lastLineWidth) are not accurate.