From e1c55f2bab846e75f0fbddd7ad729309b08be396 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sat, 8 Feb 2014 13:02:27 -0800 Subject: [PATCH] pdf.js -> PDF.js --- Glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Glossary.md b/Glossary.md index 90bfb8e..beb484e 100644 --- a/Glossary.md +++ b/Glossary.md @@ -1,2 +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 ++ **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