hello,
would it be possible to make the function
private int getSpaceWidth()
public?
the problem is that when i have text that contains spaces at the end, the getBounds() function only calculates the bounds of the text without the trailing spaces.
thanks!