Package org.apache.fop.render.pcl
Interface PCLEventProducer
public interface PCLEventProducer
Event producer interface for events generated by the PCL renderer.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classProvider class for the event producer. -
Method Summary
Modifier and TypeMethodDescriptionvoidfontTypeNotSupported(Object source, String fontName, String supportedTypes) The font type is not supported for PCL output.voidpaperTypeUnavailable(Object source, long pageWidth, long pageHeight, String fallbackPaper) Paper type could not be determined.
-
Method Details
-
fontTypeNotSupported
The font type is not supported for PCL output.- Parameters:
source- The event sourcefontName- The name of the font not supportedsupportedTypes- The types of fonts currently supported- Event severity level:
- ERROR