public class Type0Container extends FontContainer<PDFont>
embeddedFont, errorBuffer, font
Constructor and Description |
---|
Type0Container(PDFont font) |
Modifier and Type | Method and Description |
---|---|
List<ValidationResult.ValidationError> |
getAllErrors() |
boolean |
hasGlyph(int code)
Checks if the embedded font contains a glyph for the given character code.
|
boolean |
isEmbeddedFont() |
boolean |
isValid() |
void |
setDelegateFontContainer(FontContainer<?> delegateFontContainer) |
checkGlyphWidth, errorsAleadyMerged, markAsInvalid, markAsValid, notEmbedded, push, push, setErrorsAlreadyMerged
public Type0Container(PDFont font)
public void setDelegateFontContainer(FontContainer<?> delegateFontContainer)
public List<ValidationResult.ValidationError> getAllErrors()
getAllErrors
in class FontContainer<PDFont>
public boolean isValid()
isValid
in class FontContainer<PDFont>
public boolean isEmbeddedFont()
isEmbeddedFont
in class FontContainer<PDFont>
public boolean hasGlyph(int code) throws IOException
FontContainer
hasGlyph
in class FontContainer<PDFont>
code
- character codeIOException
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.