[JDK-4312117 - Drawing with AffineTransform widens text](https://bugs.openjdk.java.net/browse/JDK-4312117) has been fixed since JDK1.5 jcommon requires 1.6 - therefore all coding related to this workaround can be removed e.g. [isUseDrawRotatedStringWorkaround](https://github.com/jfree/jcommon/blob/master/src/main/java/org/jfree/text/TextUtilities.java#L809) [setUseDrawRotatedStringWorkaround](https://github.com/jfree/jcommon/blob/master/src/main/java/org/jfree/text/TextUtilities.java#L822)
JDK-4312117 - Drawing with AffineTransform widens text has been fixed since JDK1.5
jcommon requires 1.6 - therefore all coding related to this workaround can be removed
e.g.
isUseDrawRotatedStringWorkaround
setUseDrawRotatedStringWorkaround