Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
reference/ | 12-May-2024 | - | 84,741 | 48,527 | ||
CHANGES | D | 12-May-2024 | 197.8 KiB | 5,318 | 3,591 | |
CMAKE | D | 12-May-2024 | 114 | 3 | 2 | |
CUSTOMIZE | D | 12-May-2024 | 5.2 KiB | 153 | 103 | |
DEBUG | D | 12-May-2024 | 8.1 KiB | 217 | 148 | |
DOCGUIDE | D | 12-May-2024 | 8.4 KiB | 299 | 194 | |
FTL.TXT | D | 12-May-2024 | 6.6 KiB | 170 | 125 | |
GPLv2.TXT | D | 12-May-2024 | 17.6 KiB | 341 | 281 | |
INSTALL | D | 12-May-2024 | 2.9 KiB | 91 | 53 | |
INSTALL.ANY | D | 12-May-2024 | 5.7 KiB | 157 | 114 | |
INSTALL.CROSS | D | 12-May-2024 | 6.5 KiB | 178 | 123 | |
INSTALL.GNU | D | 12-May-2024 | 6 KiB | 162 | 111 | |
INSTALL.MAC | D | 12-May-2024 | 1.4 KiB | 33 | 24 | |
INSTALL.UNIX | D | 12-May-2024 | 4 KiB | 119 | 78 | |
INSTALL.VMS | D | 12-May-2024 | 1.9 KiB | 63 | 40 | |
LICENSE.TXT | D | 12-May-2024 | 1.7 KiB | 40 | 29 | |
MAKEPP | D | 12-May-2024 | 256 | 6 | 4 | |
PROBLEMS | D | 12-May-2024 | 2.7 KiB | 91 | 59 | |
README | D | 12-May-2024 | 1.3 KiB | 36 | 24 | |
TODO | D | 12-May-2024 | 1.3 KiB | 41 | 26 | |
VERSIONS.TXT | D | 12-May-2024 | 4 KiB | 131 | 95 | |
formats.txt | D | 12-May-2024 | 9 KiB | 209 | 158 | |
freetype-config.1 | D | 12-May-2024 | 2.8 KiB | 147 | 145 | |
raster.txt | D | 12-May-2024 | 23.5 KiB | 636 | 466 | |
release | D | 12-May-2024 | 5.9 KiB | 203 | 140 |
README
1After saying `make refdoc' or `make refdoc-venv' the `reference/' directory 2contains the FreeType API reference. You need Python >= 3.5 and pip to make 3this target. 4 5There are two ways to generate the documentation: 6 71. Using `make refdoc': 8 9 - Ensure `python' and `pip' are available. 10 - Install pip package `docwriter' with `pip install --user docwriter'. 11 - Make target with `make refdoc'. 12 - This target can be run offline once required packages are installed. 13 142. Using `make refdoc-venv' (requires internet access): 15 16 - Ensure `python', `pip' and Python package `virtualenv' are available. 17 - Make target with `make refdoc-venv'. 18 - This may or may not require internet access every time depending on 19 pip and system caching. 20 21This also works with Jam: Just type `jam refdoc' in the main directory. 22 23Some troubleshooting tips: 24 25* Regularly run `pip install --upgrade docwriter' to check for updates which 26may include bug fixes. 27 28* `Docwriter' does not support Python 2. Ensure that Python >= 3.5 is 29installed and available as `python3'/`python'. 30 31* Ensure that `docwriter' is installed in the same Python target that 32`make refdoc' uses (python3/python). 33 34* If none of this works, send a mail to `freetype-devel@nongnu.org' or file 35an issue at `https://github.com/freetype/docwriter/issues'. 36