From 9566925e0d4a96b0cc5303beec18b5144ab2095f Mon Sep 17 00:00:00 2001 From: brendandahl Date: Tue, 21 Feb 2012 15:44:42 -0800 Subject: [PATCH] Updated Debugging pdf.js (markdown) --- Debugging-pdf.js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debugging-pdf.js.md b/Debugging-pdf.js.md index 1b2f0cc..50f8940 100644 --- a/Debugging-pdf.js.md +++ b/Debugging-pdf.js.md @@ -10,7 +10,7 @@ To enable see above. ### Font Inspector `id: FontInspector` -The font inspector allows you to view what fonts are used within page. It also allows you to download the base64 version of the font which can be copied into the online font sanitizer that provides more information about why a font is being rejected (see http://async5.org/ots/ots.html). Further, you can download the font and use the base64 command on most unix systems to decode the font and save it as a true type font file. The decoded font file can then be checked with more programs such as [FontForge](http://fontforge.sourceforge.net/) or on windows [Microsoft Font Validator](http://www.microsoft.com/typography/FontValidator.mspx) +The font inspector allows you to view what fonts are used within page. It also allows you to download the base64 version of the font which can be copied into the online font sanitizer that provides more information about why a font is being rejected (see http://async5.org/ots/ots.html). Further, you can download the font and use the `base64` command on most unix systems to decode the font and save it as a true type font file. The decoded font file can then be checked with more programs such as [FontForge](http://fontforge.sourceforge.net/), [Microsoft Font Validator](http://www.microsoft.com/typography/FontValidator.mspx), [Adobe FDK](http://www.adobe.com/devnet/opentype/afdko.html), or [ttx](http://www.letterror.com/code/ttx/). ### Stepper `id: Stepper`