README 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. FreeType 2.13.2
  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 the
  11. file `docs/LICENSE.TXT` for the available licenses.
  12. For using FreeType's git repository instead of a distribution bundle,
  13. please read file `README.git`. Note that you have to actually clone
  14. the repository; using a snapshot will not work (in other words, don't
  15. use gitlab's 'Download' button).
  16. The FreeType 2 API reference is located in directory `docs/reference`;
  17. use the file `index.html` as the top entry point. [Please note that
  18. currently the search function for locally installed documentation
  19. doesn't work due to cross-site scripting issues.]
  20. Additional documentation is available as a separate package from our
  21. sites. Go to
  22. https://download.savannah.gnu.org/releases/freetype/
  23. and download one of the following files.
  24. freetype-doc-2.13.2.tar.xz
  25. freetype-doc-2.13.2.tar.gz
  26. ftdoc2132.zip
  27. To view the documentation online, go to
  28. https://www.freetype.org/freetype2/docs/
  29. Mailing Lists
  30. -------------
  31. The preferred way of communication with the FreeType team is using
  32. e-mail lists.
  33. general use and discussion: [email protected]
  34. engine internals, porting, etc.: [email protected]
  35. announcements: [email protected]
  36. git repository tracker: [email protected]
  37. The lists are moderated; see
  38. https://www.freetype.org/contact.html
  39. how to subscribe.
  40. Bugs
  41. ----
  42. Please submit bug reports at
  43. https://gitlab.freedesktop.org/freetype/freetype/-/issues
  44. Alternatively, you might report bugs by e-mail to
  45. `[email protected]`. Don't forget to send a detailed
  46. explanation of the problem -- there is nothing worse than receiving a
  47. terse message that only says 'it doesn't work'.
  48. Patches
  49. -------
  50. For larger changes please provide merge requests at
  51. https://gitlab.freedesktop.org/freetype/freetype/-/merge_requests
  52. Alternatively, you can send patches to the `[email protected]`
  53. mailing list -- and thank you in advance for your work on improving
  54. FreeType!
  55. Details on the process can be found here:
  56. https://www.freetype.org/developer.html#patches
  57. Enjoy!
  58. The FreeType Team
  59. ----------------------------------------------------------------------
  60. Copyright (C) 2006-2023 by
  61. David Turner, Robert Wilhelm, and Werner Lemberg.
  62. This file is part of the FreeType project, and may only be used,
  63. modified, and distributed under the terms of the FreeType project
  64. license, LICENSE.TXT. By continuing to use, modify, or distribute
  65. this file you indicate that you have read the license and understand
  66. and accept it fully.
  67. --- end of README ---