Class Type3Container
java.lang.Object
org.apache.pdfbox.preflight.font.container.FontContainer<PDType3Font>
org.apache.pdfbox.preflight.font.container.Type3Container
Because Type3 font program is an inner type of the PDF file, this font container is quite different from the other
because all character/glyph are already checked.
-
Field Summary
Fields inherited from class org.apache.pdfbox.preflight.font.container.FontContainer
embeddedFont, errorBuffer, font
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
hasGlyph
(int code) Checks if the embedded font contains a glyph for the given character code.Methods inherited from class org.apache.pdfbox.preflight.font.container.FontContainer
checkGlyphWidth, errorsAleadyMerged, getAllErrors, isEmbeddedFont, isValid, markAsInvalid, markAsValid, notEmbedded, push, push, setErrorsAlreadyMerged
-
Constructor Details
-
Type3Container
-
-
Method Details
-
hasGlyph
Description copied from class:FontContainer
Checks if the embedded font contains a glyph for the given character code.- Specified by:
hasGlyph
in classFontContainer<PDType3Font>
- Parameters:
code
- character code- Throws:
IOException
-