"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "fontbox/src/main/java/org/apache/fontbox/cmap/CMap.java" between
pdfbox-2.0.23-src.zip and pdfbox-2.0.24-src.zip

About: Apache PDFBox is a Java PDF library tool that allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents.

CMap.java  (pdfbox-2.0.23-src):CMap.java  (pdfbox-2.0.24-src)
skipping to change at line 56 skipping to change at line 56
private int minCodeLength = 4; private int minCodeLength = 4;
private int maxCodeLength; private int maxCodeLength;
// code lengths // code lengths
private final List<CodespaceRange> codespaceRanges = new ArrayList<Codespace Range>(); private final List<CodespaceRange> codespaceRanges = new ArrayList<Codespace Range>();
// Unicode mappings // Unicode mappings
private final Map<Integer,String> charToUnicode = new HashMap<Integer,String >(); private final Map<Integer,String> charToUnicode = new HashMap<Integer,String >();
// inverted map // inverted map
Map <String, byte[]> unicodeToByteCodes = new HashMap<String, byte[]>(); private final Map <String, byte[]> unicodeToByteCodes = new HashMap<String, byte[]>();
// CID mappings // CID mappings
private final Map<Integer,Integer> codeToCid = new HashMap<Integer,Integer>( ); private final Map<Integer,Integer> codeToCid = new HashMap<Integer,Integer>( );
private final List<CIDRange> codeToCidRanges = new ArrayList<CIDRange>(); private final List<CIDRange> codeToCidRanges = new ArrayList<CIDRange>();
private static final String SPACE = " "; private static final String SPACE = " ";
private int spaceMapping = -1; private int spaceMapping = -1;
/** /**
* Creates a new instance of CMap. * Creates a new instance of CMap.
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)