Merge branch 'master' of github.com:andreasgal/pdf.js
This commit is contained in:
commit
9765a61071
1
fonts.js
1
fonts.js
@ -425,6 +425,7 @@ var Font = (function () {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function replaceCMapTable(cmap, font, properties) {
|
function replaceCMapTable(cmap, font, properties) {
|
||||||
|
font.pos = cmap.length;
|
||||||
var version = FontsUtils.bytesToInteger(font.getBytes(2));
|
var version = FontsUtils.bytesToInteger(font.getBytes(2));
|
||||||
var numTables = FontsUtils.bytesToInteger(font.getBytes(2));
|
var numTables = FontsUtils.bytesToInteger(font.getBytes(2));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user