I'm trying to upgrade my FOP library to 2.3 but it seems it changed a lot.
The only thing I can't figure out is how to set the font base url. In the past it was like this:
fopFactory.getFontManager().setFontBaseURL(url);
Does anyone have an idea how to do it?