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 TypeClassDescriptionclass
A CIDFont.class
Type 0 CIDFont (CFF).class
Type 2 CIDFont (TrueType).class
This is the base class for all PDF fonts.class
Type 1 Multiple Master Font.class
A simple font.class
TrueType font.class
A Composite (Type 0) font.class
Type 1-equivalent CFF font.class
A PostScript Type 1 Font.class
A 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)