Class TrueTypeContainer
java.lang.Object
org.apache.pdfbox.preflight.font.container.FontContainer<PDTrueTypeFont>
org.apache.pdfbox.preflight.font.container.TrueTypeContainer
-
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
-
TrueTypeContainer
-
-
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<PDTrueTypeFont>
- Parameters:
code
- character code- Throws:
IOException
-