Bug 1708422: part 9) Declare `mozInlineSpellChecker::ShouldSpellCheckNode` `static...
[gecko.git] / modules / freetype2 / README
blobe4c8cf1c5754d9b1c11cd154151ced00230966a3
1   FreeType 2.10.4
2   ===============
4   Homepage: https://www.freetype.org
6   FreeType is a freely available software library to render fonts.
8   It  is  written  in  C,  designed to  be  small,  efficient,  highly
9   customizable, and  portable while capable of  producing high-quality
10   output  (glyph  images) of  most  vector  and bitmap  font  formats.
12   Please   read   the  docs/CHANGES   file,   it  contains   IMPORTANT
13   INFORMATION.
15   Read the  files `docs/INSTALL*'  for installation  instructions; see
16   the file `docs/LICENSE.TXT' for the available licenses.
18   The FreeType  2 API  reference is located  in `docs/reference/site';
19   use the file `index.html' as the top entry point.  [Please note that
20   currently the  search function  for locally  installed documentation
21   doesn't work due to cross-site scripting issues.]
23   Additional documentation is available as a separate package from our
24   sites.  Go to
26     https://download.savannah.gnu.org/releases/freetype/
28   and download one of the following files.
30     freetype-doc-2.10.4.tar.xz
31     freetype-doc-2.10.4.tar.gz
32     ftdoc2104.zip
34   To view the documentation online, go to
36     https://www.freetype.org/freetype2/docs/
39   Mailing Lists
40   =============
42   The preferred way  of communication with the FreeType  team is using
43   e-mail lists.
45     general use and discussion:      freetype@nongnu.org
46     engine internals, porting, etc.: freetype-devel@nongnu.org
47     announcements:                   freetype-announce@nongnu.org
48     git repository tracker:          freetype-commit@nongnu.org
50   The lists are moderated; see
52     https://www.freetype.org/contact.html
54   how to subscribe.
57   Bugs
58   ====
60   Please submit bug reports at
62     https://savannah.nongnu.org/bugs/?group=freetype
64   Alternatively,    you   might    report    bugs    by   e-mail    to
65   `freetype-devel@nongnu.org'.   Don't  forget   to  send  a  detailed
66   explanation of the problem --  there is nothing worse than receiving
67   a terse message that only says `it doesn't work'.
70   Patches
71   =======
73   Please  submit patches  to  the `freetype-devel@nongnu.org'  mailing
74   list  --  and thank  you  in  advance  for  your work  on  improving
75   FreeType!
77   Details on the process can be found here:
79     https://www.freetype.org/developer.html#patches
82   Enjoy!
85     The FreeType Team
87 ----------------------------------------------------------------------
89 Copyright (C) 2006-2020 by
90 David Turner, Robert Wilhelm, and Werner Lemberg.
92 This  file is  part of  the FreeType  project, and  may only  be used,
93 modified,  and distributed  under the  terms of  the  FreeType project
94 license,  LICENSE.TXT.  By  continuing to  use, modify,  or distribute
95 this file you  indicate that you have read  the license and understand
96 and accept it fully.
99 --- end of README ---