From a3cb80c178a01d848db54dd2d37ef36337549176 Mon Sep 17 00:00:00 2001 From: Till Schneidereit Date: Tue, 17 Sep 2013 07:02:43 -0700 Subject: [PATCH] Fixed TTX url --- 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 834ba36..07f041b 100644 --- a/Debugging-pdf.js.md +++ b/Debugging-pdf.js.md @@ -39,7 +39,7 @@ If the font is failing the open type sanitizer (OTS), Firefox should show a mess ### Helpful Font Tools If the font isn't failing the sanitizer or the sanitizer error doesn't lead you to the font issue, it is often helpful to use other font tools to try and find the source of the problem. -**[TTX](http://www.letterror.com/code/ttx/)** +**[TTX](http://sourceforge.net/projects/fonttools/)** TTX is probably the most useful tool for debugging fonts. It provides a way to convert fonts to XML and then back to the open type format from the XML. A helpful test is to first convert the font to XML, then back to OTF and then test if the font works using a test HTML page.