Uses of Class
org.pdfbox.pdmodel.graphics.PDFontSetting

Packages that use PDFontSetting
org.pdfbox.pdmodel.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document. 
 

Uses of PDFontSetting in org.pdfbox.pdmodel.graphics
 

Methods in org.pdfbox.pdmodel.graphics that return PDFontSetting
 PDFontSetting PDExtendedGraphicsState.getFontSetting()
          This will get the font setting of the graphics state.
 

Methods in org.pdfbox.pdmodel.graphics with parameters of type PDFontSetting
 void PDExtendedGraphicsState.setFontSetting(PDFontSetting fs)
          This will set the font setting for this graphics state.