README 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. FreeType 2.5.4
  2. ==============
  3. Homepage: http://www.freetype.org
  4. FreeType is a freely available software library to render fonts.
  5. It is written in C, designed to be small, efficient, highly
  6. customizable, and portable while capable of producing high-quality
  7. output (glyph images) of most vector and bitmap font formats.
  8. Please read the docs/CHANGES file, it contains IMPORTANT
  9. INFORMATION.
  10. Read the files `docs/INSTALL*' for installation instructions; see
  11. the file `docs/LICENSE.TXT' for the available licenses.
  12. The FreeType 2 API reference is located in `docs/reference'; use the
  13. file `ft2-toc.html' as the top entry point. Additional
  14. documentation is available as a separate package from our sites. Go
  15. to
  16. http://download.savannah.gnu.org/releases/freetype/
  17. and download one of the following files.
  18. freetype-doc-2.5.4.tar.bz2
  19. freetype-doc-2.5.4.tar.gz
  20. ftdoc254.zip
  21. To view the documentation online, go to
  22. http://www.freetype.org/freetype2/documentation.html
  23. Mailing Lists
  24. =============
  25. The preferred way of communication with the FreeType team is using
  26. e-mail lists.
  27. general use and discussion: freetype@nongnu.org
  28. engine internals, porting, etc.: freetype-devel@nongnu.org
  29. announcements: freetype-announce@nongnu.org
  30. The lists are moderated; see
  31. http://www.freetype.org/contact.html
  32. how to subscribe.
  33. Bugs
  34. ====
  35. Please submit bug reports at
  36. https://savannah.nongnu.org/bugs/?group=freetype
  37. Alternatively, you might report bugs by e-mail to
  38. `freetype-devel@nongnu.org'. Don't forget to send a detailed
  39. explanation of the problem -- there is nothing worse than receiving
  40. a terse message that only says `it doesn't work'.
  41. Enjoy!
  42. The FreeType Team
  43. ----------------------------------------------------------------------
  44. Copyright 2006-2014 by
  45. David Turner, Robert Wilhelm, and Werner Lemberg.
  46. This file is part of the FreeType project, and may only be used,
  47. modified, and distributed under the terms of the FreeType project
  48. license, LICENSE.TXT. By continuing to use, modify, or distribute
  49. this file you indicate that you have read the license and understand
  50. and accept it fully.
  51. --- end of README ---