Uses of Class
org.apache.pdfbox.pdmodel.graphics.PDFontSetting
Packages that use PDFontSetting
Package
Description
This package deals with graphics states within the PDF document.
-
Uses of PDFontSetting in org.apache.pdfbox.pdmodel.graphics.state
Methods in org.apache.pdfbox.pdmodel.graphics.state that return PDFontSettingModifier and TypeMethodDescriptionPDExtendedGraphicsState.getFontSetting()
This will get the font setting of the graphics state.Methods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type PDFontSettingModifier and TypeMethodDescriptionvoid
PDExtendedGraphicsState.setFontSetting
(PDFontSetting fs) This will set the font setting for this graphics state.