Uses of Interface
org.apache.pdfbox.pdmodel.font.PDFontLike
Packages that use PDFontLike
Package
Description
Classes to deal with font functionality in a PDF Document.
-
Uses of PDFontLike in org.apache.pdfbox.pdmodel.font
Classes in org.apache.pdfbox.pdmodel.font that implement PDFontLikeModifier and TypeClassDescriptionclassA CIDFont.classType 0 CIDFont (CFF).classType 2 CIDFont (TrueType).classThis is the base class for all PDF fonts.classType 1 Multiple Master Font.classA simple font.classTrueType font.classA Composite (Type 0) font.classType 1-equivalent CFF font.classA PostScript Type 1 Font.classA PostScript Type 3 Font. -
Uses of PDFontLike in org.apache.pdfbox.preflight.font
Fields in org.apache.pdfbox.preflight.font declared as PDFontLikeConstructors in org.apache.pdfbox.preflight.font with parameters of type PDFontLikeModifierConstructorDescriptionSimpleFontValidator(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 PDFontLikeFields in org.apache.pdfbox.preflight.font.container declared as PDFontLike -
Uses of PDFontLike in org.apache.pdfbox.preflight.font.descriptor
Fields in org.apache.pdfbox.preflight.font.descriptor declared as PDFontLikeConstructors in org.apache.pdfbox.preflight.font.descriptor with parameters of type PDFontLikeModifierConstructorDescriptionCIDType0DescriptorHelper(PreflightContext context, PDFontLike font, CIDType0Container fontContainer) CIDType2DescriptorHelper(PreflightContext context, PDFontLike font, CIDType2Container fontContainer) FontDescriptorHelper(PreflightContext context, PDFontLike font, T fontContainer)