Uses of Class
org.apache.pdfbox.pdmodel.font.PDSimpleFont
-
Packages that use PDSimpleFont Package Description org.apache.pdfbox This package holds executable classes that interact with the PDFBox application.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. -
-
Uses of PDSimpleFont in org.apache.pdfbox
Methods in org.apache.pdfbox that return PDSimpleFont Modifier and Type Method Description PDSimpleFontTextToPDF. getFont()Methods in org.apache.pdfbox with parameters of type PDSimpleFont Modifier and Type Method Description voidTextToPDF. setFont(PDSimpleFont aFont) -
Uses of PDSimpleFont in org.apache.pdfbox.pdmodel.font
Subclasses of PDSimpleFont in org.apache.pdfbox.pdmodel.font Modifier and Type Class Description classPDCIDFontThis is implementation for the CIDFontType0/CIDFontType2 Fonts.classPDCIDFontType0FontThis is implementation of the CIDFontType0 Font.classPDCIDFontType2FontThis is implementation of the CIDFontType2 Font.classPDMMType1FontThis is implementation of the Multiple Master Type1 Font.classPDTrueTypeFontThis is the TrueType implementation of fonts.classPDType0FontThis is implementation of the Type0 Font.classPDType1AfmPfbFontThis is implementation of the Type1 Font with a afm and a pfb file.classPDType1CFontThis class represents a CFF/Type2 Font (aka Type1C Font).classPDType1FontThis is implementation of the Type1 Font.classPDType3FontThis is implementation of the Type3 Font.
-