After some investigation, we’ve discovered that the text metrics calculated by Android 4.3 slightly differs than Android 4.2 for the same device. Android 4.3 calculates a smaller fractional width compared to Android 4.2 for the same text. Nothing that rounding up to the next pixel can’t solve. That’ll prevent the text form wrongly wrapping. But that said, this means that the object returned by display.newText() will have a slightly smaller contentWidth compared to Android 4.2, such as by 1-2 pixels.
In any case, this issue is now fixed. The fix will be made available in daily build #1176.
Thank you for reporting this issue.