From 023f7aea8034fa1dbd9b988813fc7487a40a46be Mon Sep 17 00:00:00 2001 From: arturadib Date: Wed, 12 Oct 2011 07:09:18 -0700 Subject: [PATCH] Created Glossary (markdown) --- Glossary.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Glossary.md diff --git a/Glossary.md b/Glossary.md new file mode 100644 index 0000000..90bfb8e --- /dev/null +++ b/Glossary.md @@ -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. \ No newline at end of file