public class Type0Container extends FontContainer
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
public boolean isValid()
isValid
in class FontContainer
public boolean isEmbeddedFont()
isEmbeddedFont
in class FontContainer
public boolean hasGlyph(int code) throws IOException
FontContainer
hasGlyph
in class FontContainer
code
- character codeIOException
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.