public class Type0Container extends FontContainer<PDFont>
Modifier and Type | Field and Description |
---|---|
private FontContainer<?> |
delegateFontContainer |
embeddedFont, errorBuffer, font
Constructor and Description |
---|
Type0Container(PDFont font) |
Modifier and Type | Method and Description |
---|---|
java.util.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
private FontContainer<?> delegateFontContainer
public Type0Container(PDFont font)
public void setDelegateFontContainer(FontContainer<?> delegateFontContainer)
public java.util.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 java.io.IOException
FontContainer
hasGlyph
in class FontContainer<PDFont>
code
- character codejava.io.IOException