Destroyed Glossary (markdown)

Tim van der Meij 2015-08-04 21:34:46 +02:00
parent d14862ff3f
commit 0ea8ab8b1e

@ -1,2 +0,0 @@
+ **CFF**: _Compact Font Format_. See [Wikipedia/PostScript fonts](http://en.wikipedia.org/wiki/PostScript_fonts).
+ **IR**: _Intermediate Representation_. PDF.js translates PDF graphic operators (e.g. `Tf[], TJ[]`) into our own set of instructions (e.g. `setFont(), showSpacedText()`, respectively). The set of instructions after this mapping is the IR of the original document.