-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.5, 3.0.0 PDFBox
-
Fix Version/s: 2.0.6, 3.0.0 PDFBox
-
Component/s: FontBox
-
Labels:None
Some fonts may have an ambigious glyphId to character code mapping. CmapSubtable#getCharCodes provides all of them, but in a random order. We should sort the list to provide a consistent order.