mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 17:18:07 +02:00
Add the 'for' keyword and support 2's complement signed integer
This commit is contained in:
parent
a08691313f
commit
c166db13fd
2 changed files with 33 additions and 14 deletions
4
pdf.js
4
pdf.js
|
@ -2291,6 +2291,10 @@ var CanvasGraphics = (function() {
|
|||
TODO("support Type3 font");
|
||||
break;
|
||||
|
||||
case "TrueType":
|
||||
TODO("implement TrueType support");
|
||||
break;
|
||||
|
||||
default:
|
||||
error("Unsupported font type: " + subtype);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue