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 classOutputProfiler.AutoEmbeddingFontActionTheAutoEmbeddingFontActionclass is an implementation ofOutputProfiler.FontActionthat 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.FontActionOutputProfiler. 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 voidOutputProfiler. setFontAction(OutputProfiler.FontAction action)Set theOutputProfiler.FontActionto run on the PDF.
-