public class CIDType2Container extends FontContainer
Modifier and Type | Field and Description |
---|---|
protected CIDToGIDMap |
cidToGid |
protected TrueTypeFont |
ttf |
computedCid, embeddedFont, errorBuffer, errorsAleadyMerged, font
Constructor and Description |
---|
CIDType2Container(PDFont font) |
Modifier and Type | Method and Description |
---|---|
protected float |
getFontProgramWidth(int cid)
Extract the Glyph width for the given CID.
|
void |
setCidToGid(CIDToGIDMap cidToGid) |
void |
setTtf(TrueTypeFont ttf) |
checkGlyphWith, checkWidthsConsistency, errorsAleadyMerged, getAllErrors, isAlreadyComputedCid, isEmbeddedFont, isValid, markCIDAsInvalid, markCIDAsValid, notEmbedded, push, push, setErrorsAleadyMerged
protected CIDToGIDMap cidToGid
protected TrueTypeFont ttf
public CIDType2Container(PDFont font)
protected float getFontProgramWidth(int cid)
FontContainer
getFontProgramWidth
in class FontContainer
public void setCidToGid(CIDToGIDMap cidToGid)
public void setTtf(TrueTypeFont ttf)
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.