Uses of Interface
org.faceless.pdf2.OutputProfiler.FontAction
-
Packages that use OutputProfiler.FontAction Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of OutputProfiler.FontAction in org.faceless.pdf2
Classes in org.faceless.pdf2 that implement OutputProfiler.FontAction Modifier and Type Class Description static class
OutputProfiler.AutoEmbeddingFontAction
TheAutoEmbeddingFontAction
class is an implementation ofOutputProfiler.FontAction
that will replace unembedded fonts with embedded ones via a "best fit" algorithm.Methods in org.faceless.pdf2 that return OutputProfiler.FontAction Modifier and Type Method Description OutputProfiler.FontAction
OutputProfiler. getFontAction()
Return the FontAction set byOutputProfiler.setFontAction(org.faceless.pdf2.OutputProfiler.FontAction)
Methods in org.faceless.pdf2 with parameters of type OutputProfiler.FontAction Modifier and Type Method Description void
OutputProfiler. setFontAction(OutputProfiler.FontAction action)
Set theOutputProfiler.FontAction
to run on the PDF.
-