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, setFontprotected boolean isFontFile1
protected Type1 type1Font
public Type1Container(PDFont font)
protected float getFontProgramWidth(int cid)
FontContainergetFontProgramWidth in class FontContainerpublic void setType1Font(Type1 type1Font)
public void setFontFile1(boolean isFontFile1)
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.