Uses of Interface
org.apache.pdfbox.pdmodel.font.PDFontLike
-
Packages that use PDFontLike Package Description org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.preflight.font org.apache.pdfbox.preflight.font.container org.apache.pdfbox.preflight.font.descriptor -
-
Uses of PDFontLike in org.apache.pdfbox.pdmodel.font
Classes in org.apache.pdfbox.pdmodel.font that implement PDFontLike Modifier and Type Class Description classPDCIDFontA CIDFont.classPDCIDFontType0Type 0 CIDFont (CFF).classPDCIDFontType2Type 2 CIDFont (TrueType).classPDFontThis is the base class for all PDF fonts.classPDMMType1FontType 1 Multiple Master Font.classPDSimpleFontA simple font.classPDTrueTypeFontTrueType font.classPDType0FontA Composite (Type 0) font.classPDType1CFontType 1-equivalent CFF font.classPDType1FontA PostScript Type 1 Font.classPDType3FontA PostScript Type 3 Font. -
Uses of PDFontLike in org.apache.pdfbox.preflight.font
Fields in org.apache.pdfbox.preflight.font declared as PDFontLike Modifier and Type Field Description protected PDFontLikeSimpleFontValidator. fontConstructors in org.apache.pdfbox.preflight.font with parameters of type PDFontLike Constructor Description SimpleFontValidator(PreflightContext context, PDFontLike font, COSDictionary fontDictionary, T fContainer) -
Uses of PDFontLike in org.apache.pdfbox.preflight.font.container
Classes in org.apache.pdfbox.preflight.font.container with type parameters of type PDFontLike Modifier and Type Class Description classFontContainer<T extends PDFontLike>Fields in org.apache.pdfbox.preflight.font.container declared as PDFontLike Modifier and Type Field Description protected TFontContainer. fontFont-like object. -
Uses of PDFontLike in org.apache.pdfbox.preflight.font.descriptor
Fields in org.apache.pdfbox.preflight.font.descriptor declared as PDFontLike Modifier and Type Field Description protected PDFontLikeFontDescriptorHelper. fontConstructors in org.apache.pdfbox.preflight.font.descriptor with parameters of type PDFontLike Constructor Description CIDType0DescriptorHelper(PreflightContext context, PDFontLike font, CIDType0Container fontContainer)CIDType2DescriptorHelper(PreflightContext context, PDFontLike font, CIDType2Container fontContainer)FontDescriptorHelper(PreflightContext context, PDFontLike font, T fontContainer)
-