How do you go about wrapping strings using Graphics2D drawString.
Saw some examples like this drawstring replacement
But this does not work since I have a vertically aligned text and the fontmetrics height from graphics gives me 0.
How do you go about wrapping strings using Graphics2D drawString.
Saw some examples like this drawstring replacement
But this does not work since I have a vertically aligned text and the fontmetrics height from graphics gives me 0.