Name Date Size #Lines LOC

..--

markdown/H25-Apr-2025-233205

oldlogs/H25-Apr-2025-55,48836,987

.gitignoreH A D25-Apr-2025130 139

CHANGESH A D25-Apr-2025211.3 KiB5,6873,834

CMAKEH A D25-Apr-2025114 32

CUSTOMIZEH A D25-Apr-20255.2 KiB153103

DEBUGH A D25-Apr-202511 KiB311206

DOCGUIDEH A D25-Apr-20258.4 KiB299194

FTL.TXTH A D25-Apr-20256.6 KiB170125

GPLv2.TXTH A D25-Apr-202517.6 KiB341281

INSTALLH A D25-Apr-20254.1 KiB11574

INSTALL.ANYH A D25-Apr-20255.8 KiB158115

INSTALL.CROSSH A D25-Apr-20256.5 KiB178123

INSTALL.GNUH A D25-Apr-20256.4 KiB182122

INSTALL.MACH A D25-Apr-20251.4 KiB3324

INSTALL.UNIXH A D25-Apr-20254.8 KiB14094

INSTALL.VMSH A D25-Apr-20252.2 KiB7044

MAKEPPH A D25-Apr-2025256 64

PROBLEMSH A D25-Apr-20252.7 KiB9159

READMEH A D25-Apr-20251.2 KiB3423

TODOH A D25-Apr-20251.3 KiB4126

VERSIONS.TXTH A D25-Apr-20254.2 KiB138102

formats.txtH A D25-Apr-20259.6 KiB224169

freetype-config.1H A D25-Apr-20252.8 KiB147145

raster.txtH A D25-Apr-202523.5 KiB636466

releaseH A D25-Apr-20256.6 KiB224155

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
21Some troubleshooting tips:
22
23* Regularly run `pip install --upgrade docwriter' to check for updates which
24may include bug fixes.
25
26* `Docwriter' does not support Python 2.  Ensure that Python >= 3.5 is
27installed and available as `python3'/`python'.
28
29* Ensure that `docwriter' is installed in the same Python target that
30`make refdoc' uses (python3/python).
31
32* If none of this works, send a mail to `[email protected]' or file
33an issue at `https://github.com/freetype/docwriter/issues'.
34