README 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. FreeType 2.10.1
  2. ===============
  3. Homepage: https://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/site';
  13. use the file `index.html' as the top entry point. Additional
  14. documentation is available as a separate package from our sites. Go
  15. to
  16. https://download.savannah.gnu.org/releases/freetype/
  17. and download one of the following files.
  18. freetype-doc-2.10.1.tar.xz
  19. freetype-doc-2.10.1.tar.gz
  20. ftdoc2101.zip
  21. To view the documentation online, go to
  22. https://www.freetype.org/freetype2/docs/
  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. git repository tracker: freetype-commit@nongnu.org
  31. The lists are moderated; see
  32. https://www.freetype.org/contact.html
  33. how to subscribe.
  34. Bugs
  35. ====
  36. Please submit bug reports at
  37. https://savannah.nongnu.org/bugs/?group=freetype
  38. Alternatively, you might report bugs by e-mail to
  39. `freetype-devel@nongnu.org'. Don't forget to send a detailed
  40. explanation of the problem -- there is nothing worse than receiving
  41. a terse message that only says `it doesn't work'.
  42. Enjoy!
  43. The FreeType Team
  44. ----------------------------------------------------------------------
  45. Copyright (C) 2006-2019 by
  46. David Turner, Robert Wilhelm, and Werner Lemberg.
  47. This file is part of the FreeType project, and may only be used,
  48. modified, and distributed under the terms of the FreeType project
  49. license, LICENSE.TXT. By continuing to use, modify, or distribute
  50. this file you indicate that you have read the license and understand
  51. and accept it fully.
  52. --- end of README ---