DESCR 656 B

12345678910111213141516171819202122
  1. FTGL is a font rendering library for OpenGL applications.
  2. Supported rendering modes are:
  3. * Bitmaps
  4. * Anti-aliased pixmaps
  5. * Texture maps
  6. * Outlines
  7. * Polygon meshes
  8. * Extruded polygon meshes
  9. FTGL uses the Freetype font library to open and decode standard font
  10. files. It then takes that output and stores it in a format most
  11. efficient for OpenGL rendering.
  12. FTGL is designed to be used in commercial quality software. It has been
  13. written with performance, robustness and simplicity in mind.
  14. FTGL is free software. You may use it, modify it and redistribute it
  15. under the terms of the MIT license or the GNU LGPL, at your option.