documentation.html 895 B

12345678910111213141516171819202122232425
  1. <html>
  2. <head>
  3. <title>Bitmap Font Generator - Documentation</title>
  4. </head>
  5. <body>
  6. <h1>Bitmap Font Generator - Documentation</h1>
  7. <p>The Bitmap Font Generator is a free program to generate bitmap fonts from true type fonts.
  8. The bitmaps are generated in such a way as to leave as little unused space as possible. The
  9. position of the characters in the bitmap is not regular so you'll need the generated font
  10. descriptor file to determine how to draw each character.</p>
  11. <ul>
  12. <li><a href="doc/font_settings.html">Font settings</a>
  13. <li><a href="doc/export_options.html">Export options</a>
  14. <li><a href="doc/command_line.html">Command line parameters</a>
  15. <li><a href="doc/file_format.html">File format</a>
  16. <li><a href="doc/render_text.html">How to render text</a>
  17. <li><a href="doc/pixel_shader.html">Pixel shader sample</a>
  18. <li><a href="doc/known_issues.html">Known issues</a>
  19. </ul>
  20. </body>
  21. </html>