From bd4db9213fff3e3fe92e0f780bf377ec1432ba65 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Wed, 18 Oct 2017 10:38:38 -0700 Subject: [PATCH] Updated Debugging pdf.js (markdown) --- Debugging-pdf.js.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Debugging-pdf.js.md b/Debugging-pdf.js.md index 75ec495..a18fa25 100644 --- a/Debugging-pdf.js.md +++ b/Debugging-pdf.js.md @@ -67,6 +67,8 @@ The Adobe Font Development Kit includes the above `ttx` program and several othe % sfntedit -f font.otf ``` +`tx` can also be used to dump information from the font, see `tx -dump -h` for more information. + **Other Font Tools** * [FontForge](http://fontforge.sourceforge.net/) * [Microsoft Font Validator](http://www.microsoft.com/typography/FontValidator.mspx) \ No newline at end of file