index.php 643 B

1234567891011121314151617181920212223242526
  1. <html>
  2. <head>
  3. </head>
  4. <body bgcolor=#FFFFFF text=#001C66>
  5. <h2>mPDF Font Utility scripts for Version 5.0</h2>
  6. <p>
  7. <a href="font_dump.php">Dump all characters from a font (font_dump.php)</a>
  8. </p>
  9. <p>
  10. <a href="font_names.php">Show a list of all font names available (font_names.php)</a>
  11. </p>
  12. <p>
  13. <a href="font_collections.php">Show fonts in Collections .ttc (font_collections.php)</a>
  14. </p>
  15. <p>
  16. <a href="font_coverage.php">Show coverage of characters from all fonts (font_coverage.php)</a>
  17. </p>
  18. <p>Edit the scripts to change the font folder if you wish - this is set by default to /ttfonts/</p>
  19. </body>
  20. </html>