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, setErrorsAlreadyMergedpublic Type0Container(PDFont font)
public void setDelegateFontContainer(FontContainer delegateFontContainer)
public List<ValidationResult.ValidationError> getAllErrors()
getAllErrors in class FontContainerpublic boolean isValid()
isValid in class FontContainerpublic boolean isEmbeddedFont()
isEmbeddedFont in class FontContainerpublic boolean hasGlyph(int code)
throws IOException
FontContainerhasGlyph in class FontContainercode - character codeIOExceptionCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.