mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Combining Yury's and my debugging tools.
This commit is contained in:
parent
7859ef0f04
commit
9fe5eff905
9 changed files with 469 additions and 3 deletions
|
@ -2170,6 +2170,9 @@ var Font = (function FontClosure() {
|
|||
var styleSheet = styleElement.sheet;
|
||||
styleSheet.insertRule(rule, styleSheet.cssRules.length);
|
||||
|
||||
if (PDFJS.pdfBug && FontInspector.enabled)
|
||||
FontInspector.fontAdded(this, url);
|
||||
|
||||
return rule;
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue