Search found 2 matches

by mick.francis
Fri Oct 07, 2016 5:36 pm
Forum: JFreeSVG
Topic: Bug in getFontMetrics
Replies: 3
Views: 26917

Re: Bug in getFontMetrics

Ah - just tried version 3.1 and this fixes my problems!
by mick.francis
Fri Oct 07, 2016 4:15 pm
Forum: JFreeSVG
Topic: Bug in getFontMetrics
Replies: 3
Views: 26917

Bug in getFontMetrics

I am seeing incorrect behaviour with regard to getting String widths in an SVGGraphics2D object; the x-scaling is being ignored. I think getFontMetrics(...) should be setting the current Transform into the temporary Graphics object: @Override public FontMetrics getFontMetrics(Font f) { if (this.fmIm...