Description
We currently have glyph matching and lookup dictionary where we have font names as key and gid and unicode mapping as values of that font. The current issue is even after using gluph matching some of the cmap in pdf shows incorrect unicoded value for the particular glyph id. so when ever that happens we will fall back to shape based glyph matching and will create a lookup dictionary for shape based look up dictionary as well. so if glyph base matching fails we will implement shape based matching and then update touniocde stream of pdf.
Description
We currently have glyph matching and lookup dictionary where we have font names as key and gid and unicode mapping as values of that font. The current issue is even after using gluph matching some of the cmap in pdf shows incorrect unicoded value for the particular glyph id. so when ever that happens we will fall back to shape based glyph matching and will create a lookup dictionary for shape based look up dictionary as well. so if glyph base matching fails we will implement shape based matching and then update touniocde stream of pdf.