README 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. FreeType 2.4.12
  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-doc.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.4.12.tar.bz2
  19. freetype-doc-2.4.12.tar.gz
  20. ftdoc2412.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 report bugs by e-mail to `freetype-devel@nongnu.org'. Don't
  36. forget to send a detailed explanation of the problem -- there is
  37. nothing worse than receiving a terse message that only says `it
  38. doesn't work'.
  39. Alternatively, you may submit a bug report at
  40. https://savannah.nongnu.org/bugs/?group=freetype
  41. Enjoy!
  42. The FreeType Team
  43. ----------------------------------------------------------------------
  44. Copyright 2006-2013 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 ---