204205206207208209210
/** * Registers each of the standard output factories. * @throws FontException For an invalid factory. */ protected void registerStandardOutputFactories() throws FontException { this.registerFontOutputFactory(new FontPdfFactory4a()); }