Uses of Class
org.verapdf.pd.font.cmap.CMap
-
Packages that use CMap Package Description org.verapdf.pd.font org.verapdf.pd.font.cff org.verapdf.pd.font.cmap org.verapdf.pd.font.opentype org.verapdf.pd.font.truetype org.verapdf.tools -
-
Uses of CMap in org.verapdf.pd.font
Fields in org.verapdf.pd.font declared as CMap Modifier and Type Field Description protected CMapPDCIDFont. cMapConstructors in org.verapdf.pd.font with parameters of type CMap Constructor Description PDCIDFont(COSDictionary dictionary, CMap cMap)Constructor from COSDictionary and CMap with code -> cid mapping.PDCIDFont(COSDictionary dictionary, CMap cMap, FontProgram fontProgram, boolean isFontParsed)Constructor that sets font program for this CIDFont. -
Uses of CMap in org.verapdf.pd.font.cff
Constructors in org.verapdf.pd.font.cff with parameters of type CMap Constructor Description CFFFontProgram(ASInputStream stream, CMap cMap, boolean isSubset)Constructor from stream. -
Uses of CMap in org.verapdf.pd.font.cmap
Subclasses of CMap in org.verapdf.pd.font.cmap Modifier and Type Class Description classIdentityCMapClass represents identity CMap.Methods in org.verapdf.pd.font.cmap that return CMap Modifier and Type Method Description CMapCMapParser. getCMap()CMapPDCMap. getCMapFile()Methods in org.verapdf.pd.font.cmap with parameters of type CMap Modifier and Type Method Description voidCMap. useCMap(CMap another)Method adds all the data needed to this CMap from another CMap. -
Uses of CMap in org.verapdf.pd.font.opentype
Constructors in org.verapdf.pd.font.opentype with parameters of type CMap Constructor Description OpenTypeFontProgram(ASInputStream source, boolean isCFF, boolean isSymbolic, COSObject encoding, CMap externalCMap, boolean isSubset)Constructor from stream, containing font data, and encoding details. -
Uses of CMap in org.verapdf.pd.font.truetype
Constructors in org.verapdf.pd.font.truetype with parameters of type CMap Constructor Description CIDFontType2Program(ASInputStream stream, CMap cMap, COSObject cidToGID)Constructor from font stream and encoding details. -
Uses of CMap in org.verapdf.tools
Methods in org.verapdf.tools that return CMap Modifier and Type Method Description static CMapStaticResources. getCMap(String name)Gets CMap for this string key.Methods in org.verapdf.tools that return types with arguments of type CMap Modifier and Type Method Description static Map<String,CMap>StaticResources. getcMapCache()Methods in org.verapdf.tools with parameters of type CMap Modifier and Type Method Description static voidStaticResources. cacheCMap(String name, CMap cMap)Caches CMap object.static StringFontProgramIDGenerator. getCFFFontProgramID(COSKey key, CMap cMap, boolean isSubset)static StringFontProgramIDGenerator. getCIDFontType2ProgramID(COSKey key, CMap cMap, COSObject cidToGIDMap)static StringFontProgramIDGenerator. getOpenTypeFontProgramID(COSKey key, boolean isCFF, boolean isSymbolic, COSObject encoding, CMap cMap, boolean isSubset)Method parameters in org.verapdf.tools with type arguments of type CMap Modifier and Type Method Description static voidStaticResources. setcMapCache(Map<String,CMap> cMapCache)
-