|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| builds/ | | 03-May-2024 | - | 26,130 | 19,882 |
| devel/ | | 03-May-2024 | - | 1,041 | 111 |
| devel-teeui/ | | 03-May-2024 | - | 1,091 | 162 |
| docs/ | | 03-May-2024 | - | 9,096 | 6,353 |
| include/ | | 03-May-2024 | - | 37,662 | 8,957 |
| objs/ | | 03-May-2024 | - | 7 | 5 |
| src/ | | 03-May-2024 | - | 187,851 | 119,913 |
| .clang-format | D | 03-May-2024 | 453 | 17 | 16 |
| .gitignore | D | 03-May-2024 | 29 | 4 | 3 |
| .mailmap | D | 03-May-2024 | 776 | 11 | 10 |
| Android.bp | D | 03-May-2024 | 3.9 KiB | 150 | 133 |
| CMakeLists.txt | D | 03-May-2024 | 17.6 KiB | 584 | 515 |
| ChangeLog | D | 03-May-2024 | 151.8 KiB | 5,067 | 3,119 |
| ChangeLog.20 | D | 03-May-2024 | 89.4 KiB | 2,614 | 1,832 |
| ChangeLog.21 | D | 03-May-2024 | 321.4 KiB | 9,439 | 6,874 |
| ChangeLog.22 | D | 03-May-2024 | 97.5 KiB | 2,838 | 1,987 |
| ChangeLog.23 | D | 03-May-2024 | 265.9 KiB | 7,949 | 5,475 |
| ChangeLog.24 | D | 03-May-2024 | 202.5 KiB | 6,361 | 4,209 |
| ChangeLog.25 | D | 03-May-2024 | 158.5 KiB | 5,162 | 3,353 |
| ChangeLog.26 | D | 03-May-2024 | 172.2 KiB | 5,712 | 3,590 |
| ChangeLog.27 | D | 03-May-2024 | 61.7 KiB | 2,107 | 1,322 |
| ChangeLog.28 | D | 03-May-2024 | 94.1 KiB | 3,137 | 1,969 |
| ChangeLog.29 | D | 03-May-2024 | 70.4 KiB | 2,353 | 1,497 |
| CleanSpec.mk | D | 03-May-2024 | 2.2 KiB | 52 | 1 |
| METADATA | D | 03-May-2024 | 387 | 20 | 19 |
| MODULE_LICENSE_BSD_LIKE | D | 03-May-2024 | 0 | | |
| Makefile | D | 03-May-2024 | 846 | 35 | 5 |
| NOTICE | D | 03-May-2024 | 6.7 KiB | 174 | 127 |
| OWNERS | D | 03-May-2024 | 196 | 7 | 6 |
| README | D | 03-May-2024 | 2.8 KiB | 100 | 61 |
| README.android | D | 03-May-2024 | 1.2 KiB | 38 | 29 |
| README.git | D | 03-May-2024 | 1.6 KiB | 51 | 32 |
| TEST_MAPPING | D | 03-May-2024 | 67 | 8 | 7 |
| autogen.sh | D | 03-May-2024 | 3.8 KiB | 166 | 112 |
| configure | D | 03-May-2024 | 3.9 KiB | 138 | 100 |
| libft2.map.txt | D | 03-May-2024 | 269 | 14 | 13 |
| meson.build | D | 03-May-2024 | 10.6 KiB | 369 | 306 |
| meson_options.txt | D | 03-May-2024 | 1.3 KiB | 48 | 39 |
| modules.cfg | D | 03-May-2024 | 6.2 KiB | 248 | 195 |
| version.sed | D | 03-May-2024 | 236 | 6 | 3 |
| vms_make.com | D | 03-May-2024 | 35.2 KiB | 1,307 | 822 |
README
1 FreeType 2.10.4
2 ===============
3
4 Homepage: https://www.freetype.org
5
6 FreeType is a freely available software library to render fonts.
7
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.
11
12 Please read the docs/CHANGES file, it contains IMPORTANT
13 INFORMATION.
14
15 Read the files `docs/INSTALL*' for installation instructions; see
16 the file `docs/LICENSE.TXT' for the available licenses.
17
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.]
22
23 Additional documentation is available as a separate package from our
24 sites. Go to
25
26 https://download.savannah.gnu.org/releases/freetype/
27
28 and download one of the following files.
29
30 freetype-doc-2.10.4.tar.xz
31 freetype-doc-2.10.4.tar.gz
32 ftdoc2104.zip
33
34 To view the documentation online, go to
35
36 https://www.freetype.org/freetype2/docs/
37
38
39 Mailing Lists
40 =============
41
42 The preferred way of communication with the FreeType team is using
43 e-mail lists.
44
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
49
50 The lists are moderated; see
51
52 https://www.freetype.org/contact.html
53
54 how to subscribe.
55
56
57 Bugs
58 ====
59
60 Please submit bug reports at
61
62 https://savannah.nongnu.org/bugs/?group=freetype
63
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'.
68
69
70 Patches
71 =======
72
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!
76
77 Details on the process can be found here:
78
79 https://www.freetype.org/developer.html#patches
80
81
82 Enjoy!
83
84
85 The FreeType Team
86
87----------------------------------------------------------------------
88
89Copyright (C) 2006-2020 by
90David Turner, Robert Wilhelm, and Werner Lemberg.
91
92This file is part of the FreeType project, and may only be used,
93modified, and distributed under the terms of the FreeType project
94license, LICENSE.TXT. By continuing to use, modify, or distribute
95this file you indicate that you have read the license and understand
96and accept it fully.
97
98
99--- end of README ---
100
README.android
README.git
1The git archive doesn't contain pre-built configuration scripts for
2UNIXish platforms. To generate them say
3
4 sh autogen.sh
5
6which in turn depends on the following packages:
7
8 automake (1.10.1)
9 libtool (2.2.4)
10 autoconf (2.62)
11
12The versions given in parentheses are known to work. Newer versions
13should work too, of course. Note that autogen.sh also sets up proper
14file permissions for the `configure' and auxiliary scripts.
15
16The autogen.sh script now checks the version of above three packages
17whether they match the numbers above. Otherwise it will complain and
18suggest either upgrading or using an environment variable to point to
19a more recent version of the required tool(s).
20
21Note that `aclocal' is provided by the `automake' package on Linux,
22and that `libtoolize' is called `glibtoolize' on Darwin (OS X).
23
24
25For static builds which don't use platform specific optimizations, no
26configure script is necessary at all; saying
27
28 make setup ansi
29 make
30
31should work on all platforms which have GNU make (or makepp).
32
33
34Similarly, a build with `cmake' can be done directly from the git
35repository.
36
37
38----------------------------------------------------------------------
39
40Copyright (C) 2005-2020 by
41David Turner, Robert Wilhelm, and Werner Lemberg.
42
43This file is part of the FreeType project, and may only be used,
44modified, and distributed under the terms of the FreeType project
45license, LICENSE.TXT. By continuing to use, modify, or distribute
46this file you indicate that you have read the license and understand
47and accept it fully.
48
49
50--- end of README.git ---
51