Search found 1 match

by p_a_harvey
Thu Aug 04, 2016 10:19 pm
Forum: JFreeSVG
Topic: FontMapper is not being carried over to child Graphics2D
Replies: 2
Views: 29193

FontMapper is not being carried over to child Graphics2D

When calling Graphics2D.create(), I would expect the child Graphics2D object to be the same as the original parent Graphics2D object, including the FontMapper. This doesn't seem to be the case. public class Test { public static void main(String[] args) { SVGGraphics2D parent = new SVGGraphics2D(100,...