Uses of Class
org.apache.pdfbox.pdmodel.font.PDCIDFontType0
-
Packages that use PDCIDFontType0 Package Description org.apache.pdfbox.preflight.font org.apache.pdfbox.preflight.font.container -
-
Uses of PDCIDFontType0 in org.apache.pdfbox.preflight.font
Methods in org.apache.pdfbox.preflight.font that return types with arguments of type PDCIDFontType0 Modifier and Type Method Description protected FontValidator<? extends FontContainer<PDCIDFontType0>>Type0FontValidator. createCIDType0FontValidator(COSDictionary fDict)Create the validation object for CIDType0 FontConstructors in org.apache.pdfbox.preflight.font with parameters of type PDCIDFontType0 Constructor Description CIDType0FontValidator(PreflightContext context, PDCIDFontType0 font) -
Uses of PDCIDFontType0 in org.apache.pdfbox.preflight.font.container
Constructors in org.apache.pdfbox.preflight.font.container with parameters of type PDCIDFontType0 Constructor Description CIDType0Container(PDCIDFontType0 font)
-