public class Type1Container extends FontContainer
Modifier and Type | Field and Description |
---|---|
protected boolean |
isFontFile1
true if information come from the FontFile1 Stream, false if they come from the FontFile3
|
protected List<CFFFont> |
lCFonts |
protected Type1 |
type1Font |
computedCid, embeddedFont, errorBuffer, errorsAleadyMerged, font
Constructor and Description |
---|
Type1Container(PDFont font) |
Modifier and Type | Method and Description |
---|---|
protected float |
getFontProgramWidth(int cid)
Extract the Glyph width for the given CID.
|
void |
setCFFFontObjects(List<CFFFont> lCFonts) |
void |
setFontFile1(boolean isFontFile1) |
void |
setType1Font(Type1 type1Font) |
checkGlyphWith, checkWidthsConsistency, errorsAleadyMerged, getAllErrors, isAlreadyComputedCid, isEmbeddedFont, isValid, markCIDAsInvalid, markCIDAsValid, notEmbedded, push, push, setErrorsAleadyMerged
protected boolean isFontFile1
protected Type1 type1Font
public Type1Container(PDFont font)
protected float getFontProgramWidth(int cid)
FontContainer
getFontProgramWidth
in class FontContainer
public void setType1Font(Type1 type1Font)
public void setFontFile1(boolean isFontFile1)
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.