Created Glossary (markdown)

arturadib 2011-10-12 07:09:18 -07:00
parent 2433ffcce9
commit 023f7aea80

2
Glossary.md Normal file

@ -0,0 +1,2 @@
+ **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.