Remove debug code
This commit is contained in:
parent
28b4dac2d8
commit
b4e3554af2
@ -2040,7 +2040,7 @@ var Font = (function FontClosure() {
|
||||
}
|
||||
properties.baseEncoding = encoding;
|
||||
}
|
||||
if (false && properties.subtype == 'CIDFontType0C') {
|
||||
if (properties.subtype == 'CIDFontType0C') {
|
||||
var toFontChar = [];
|
||||
for (var i = 0; i < charstrings.length; ++i) {
|
||||
var charstring = charstrings[i];
|
||||
|
Loading…
Reference in New Issue
Block a user