public class TrueTypeContainer extends FontContainer<org.apache.pdfbox.pdmodel.font.PDTrueTypeFont>
embeddedFont, errorBuffer, font
Constructor and Description |
---|
TrueTypeContainer(org.apache.pdfbox.pdmodel.font.PDTrueTypeFont font) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasGlyph(int code)
Checks if the embedded font contains a glyph for the given character code.
|
checkGlyphWidth, errorsAleadyMerged, getAllErrors, isEmbeddedFont, isValid, markAsInvalid, markAsValid, notEmbedded, push, push, setErrorsAlreadyMerged
public TrueTypeContainer(org.apache.pdfbox.pdmodel.font.PDTrueTypeFont font)
public boolean hasGlyph(int code) throws IOException
FontContainer
hasGlyph
in class FontContainer<org.apache.pdfbox.pdmodel.font.PDTrueTypeFont>
code
- character codeIOException
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.