1
0
Fork 0
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:
Vivien Nicolas 2011-06-04 00:43:50 +02:00
parent a08691313f
commit c166db13fd
2 changed files with 33 additions and 14 deletions

4
pdf.js
View file

@ -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;