mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fail if other font types are found
This commit is contained in:
parent
6dc4b10b40
commit
121c183db1
1 changed files with 1 additions and 1 deletions
|
@ -2494,7 +2494,7 @@ var Font = (function FontClosure() {
|
|||
break;
|
||||
|
||||
default:
|
||||
warn('Font ' + type + ' is not supported');
|
||||
error('Font ' + type + ' is not supported');
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue