jfree / jfreesvg

A fast, lightweight Java library for creating Scalable Vector Graphics (SVG) output.
http://www.jfree.org/jfreesvg
GNU General Public License v3.0
319 stars 58 forks source link

fontMetrics bug #1

Closed miminno closed 8 years ago

miminno commented 8 years ago

The graphics object created from fmImage must have KEY_FRACTIONALMETRICS hint set to ON. Without it the FontMetrics won't be able to properly measure text, i.e. the stringWidth(str) function will return an incorrect value.

jfree commented 8 years ago

Thanks for the feedback. I committed this:

https://github.com/jfree/jfreesvg/commit/4f1f041d2c4884090dddf3c876091d9c241a3038