Class CIDType0Container
java.lang.Object
org.apache.pdfbox.preflight.font.container.FontContainer<PDCIDFontType0>
org.apache.pdfbox.preflight.font.container.CIDType0Container
-
Field Summary
Fields inherited from class org.apache.pdfbox.preflight.font.container.FontContainer
embeddedFont, errorBuffer, font -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasGlyph(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
-
CIDType0Container
-
-
Method Details
-
hasGlyph
Description copied from class:FontContainerChecks if the embedded font contains a glyph for the given character code.- Specified by:
hasGlyphin classFontContainer<PDCIDFontType0>- Parameters:
code- character code- Throws:
IOException
-