public class Type0Container extends FontContainer
Modifier and Type | Field and Description |
---|---|
protected FontContainer |
delegateFontContainer |
computedCid, embeddedFont, errorBuffer, errorsAleadyMerged, font
Constructor and Description |
---|
Type0Container(PDFont font) |
Modifier and Type | Method and Description |
---|---|
List<ValidationResult.ValidationError> |
getAllErrors() |
protected float |
getFontProgramWidth(int cid)
Extract the Glyph width for the given CID.
|
boolean |
isEmbeddedFont() |
boolean |
isValid() |
void |
setDelegateFontContainer(FontContainer delegateFontContainer) |
checkGlyphWith, checkWidthsConsistency, errorsAleadyMerged, isAlreadyComputedCid, markCIDAsInvalid, markCIDAsValid, notEmbedded, push, push, setErrorsAleadyMerged
protected FontContainer delegateFontContainer
public Type0Container(PDFont font)
protected float getFontProgramWidth(int cid)
FontContainer
getFontProgramWidth
in class FontContainer
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
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.