Class Type1Container
- java.lang.Object
-
- org.apache.pdfbox.preflight.font.container.FontContainer<PDSimpleFont>
-
- org.apache.pdfbox.preflight.font.container.Type1Container
-
public class Type1Container extends FontContainer<PDSimpleFont>
-
-
Field Summary
-
Fields inherited from class org.apache.pdfbox.preflight.font.container.FontContainer
embeddedFont, errorBuffer, font
-
-
Constructor Summary
Constructors Constructor Description Type1Container(PDSimpleFont font)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasGlyph(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 Detail
-
Type1Container
public Type1Container(PDSimpleFont font)
-
-
Method Detail
-
hasGlyph
public boolean hasGlyph(int code) throws java.io.IOExceptionDescription copied from class:FontContainerChecks if the embedded font contains a glyph for the given character code.- Specified by:
hasGlyphin classFontContainer<PDSimpleFont>- Parameters:
code- character code- Throws:
java.io.IOException
-
-