From 0ea8ab8b1e9aae2219031c884f7858faa437c499 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Tue, 4 Aug 2015 21:34:46 +0200 Subject: [PATCH] Destroyed Glossary (markdown) --- Glossary.md | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 Glossary.md diff --git a/Glossary.md b/Glossary.md deleted file mode 100644 index beb484e..0000000 --- a/Glossary.md +++ /dev/null @@ -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. \ No newline at end of file