/**
* {@inheritDoc}
*/
public FontOutput getFontOutput(final String mimeType) {
FontOutput output = this.fontOutputs.get(mimeType);
if (output != null) {
return output;
}
final FontOutputFactory4a factory =
getFOrayFontServer().getOutputFactory(mimeType);