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 org.apache.pdfbox.rendering -
-
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)
-
Uses of PDCIDFontType0 in org.apache.pdfbox.rendering
Fields in org.apache.pdfbox.rendering declared as PDCIDFontType0 Modifier and Type Field Description private PDCIDFontType0
CIDType0Glyph2D. font
Constructors in org.apache.pdfbox.rendering with parameters of type PDCIDFontType0 Constructor Description CIDType0Glyph2D(PDCIDFontType0 font)
Constructor.
-