Remove debug code
This commit is contained in:
parent
28b4dac2d8
commit
b4e3554af2
1 changed files with 1 additions and 1 deletions
|
@ -2040,7 +2040,7 @@ var Font = (function FontClosure() {
|
||||||
}
|
}
|
||||||
properties.baseEncoding = encoding;
|
properties.baseEncoding = encoding;
|
||||||
}
|
}
|
||||||
if (false && properties.subtype == 'CIDFontType0C') {
|
if (properties.subtype == 'CIDFontType0C') {
|
||||||
var toFontChar = [];
|
var toFontChar = [];
|
||||||
for (var i = 0; i < charstrings.length; ++i) {
|
for (var i = 0; i < charstrings.length; ++i) {
|
||||||
var charstring = charstrings[i];
|
var charstring = charstrings[i];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue