public class PDCIDFont extends PDFont
| Modifier and Type | Field and Description |
|---|---|
protected CMap |
cMap |
dictionary, encoding, fontDescriptor, fontProgram, isFontParsed, toUnicodeCMap| Modifier | Constructor and Description |
|---|---|
protected |
PDCIDFont(COSDictionary dictionary) |
|
PDCIDFont(COSDictionary dictionary,
CMap cMap) |
|
PDCIDFont(COSDictionary dictionary,
CMap cMap,
FontProgram fontProgram,
boolean isFontParsed) |
| Modifier and Type | Method and Description |
|---|---|
COSStream |
getCIDSet() |
PDCIDSystemInfo |
getCIDSystemInfo() |
COSObject |
getCIDToGIDMap() |
Double |
getDefaultWidth() |
FontProgram |
getFontProgram() |
Double |
getWidth(int code) |
int |
readCode(InputStream stream)
Method reads next character code from stream according to font data.
|
getDictionary, getDifferences, getDifferencesFromCosEncoding, getEncoding, getEncodingMapping, getEncodingMappingFromCOSObject, getFirstChar, getFontDescriptor, getFontFile2, getFontName, getLastChar, getName, getSubtype, getType, getWidths, isSubset, isSuccessfullyParsed, isSymbolic, setSuccessfullyParsed, toUnicodeisInherited, setInheritedclear, empty, getBooleanKey, getIntegerKey, getKey, getNameKey, getObject, getRealKey, getStringKey, knownKey, removeKey, setBooleanKey, setIntegerKey, setKey, setNameKey, setObject, setObject, setStringKey, updateFromObject, updateToObjectprotected CMap cMap
public PDCIDFont(COSDictionary dictionary, CMap cMap)
public PDCIDFont(COSDictionary dictionary, CMap cMap, FontProgram fontProgram, boolean isFontParsed)
protected PDCIDFont(COSDictionary dictionary)
public COSStream getCIDSet()
public COSObject getCIDToGIDMap()
public Double getDefaultWidth()
getDefaultWidth in class PDFontpublic int readCode(InputStream stream) throws IOException
PDFontreadCode in class PDFontstream - is stream with raw data.IOException - if reading fails.public FontProgram getFontProgram()
getFontProgram in class PDFontpublic PDCIDSystemInfo getCIDSystemInfo()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.