xenocara/lib/freetype/docs
matthieu 6dd6f885f2 Update to freetype 2.10.2. Tested by krw@ and myself.
Adds supprot for WOFF2 fonts. No visible API/ABI changes.
2020-06-27 09:06:07 +00:00
..
css Update to freetype-doc-2.9.1 2018-05-21 14:24:32 +00:00
design Update to freetype 2.10.1. Tested by semarie@ and naddy@ 2019-09-10 19:13:54 +00:00
glyphs Update to freetype 2.10.1. Tested by semarie@ and naddy@ 2019-09-10 19:13:54 +00:00
image Update to freetype-doc-2.7.1 2017-01-13 11:48:20 +00:00
js "javascript" renamed to "js" 2016-05-30 08:22:54 +00:00
tutorial Update to freetype 2.10.1. Tested by semarie@ and naddy@ 2019-09-10 19:13:54 +00:00
CHANGES Update to freetype 2.10.2. Tested by krw@ and myself. 2020-06-27 09:06:07 +00:00
CMAKE Update to freetype 2.5.2. 2014-01-12 15:08:24 +00:00
CUSTOMIZE Update to freetype 2.10.2. Tested by krw@ and myself. 2020-06-27 09:06:07 +00:00
DEBUG Update to freetype 2.10.2. Tested by krw@ and myself. 2020-06-27 09:06:07 +00:00
DOCGUIDE Update to freetype 2.10.2. Tested by krw@ and myself. 2020-06-27 09:06:07 +00:00
documentation.html Update to freetype 2.10.1. Tested by semarie@ and naddy@ 2019-09-10 19:13:54 +00:00
formats.txt Update to freetype 2.10.2. Tested by krw@ and myself. 2020-06-27 09:06:07 +00:00
freetype-config.1 Update to freetype 2.10.2. Tested by krw@ and myself. 2020-06-27 09:06:07 +00:00
ft2faq.html Update to freetype 2.10.1. Tested by semarie@ and naddy@ 2019-09-10 19:13:54 +00:00
FTL.TXT Update to FreeType 2.9.1 2018-05-21 11:52:24 +00:00
GPLv2.TXT Update to freetype 2.4.5. Tested by many. 2011-07-18 20:29:56 +00:00
index.html Update to freetype-doc-2.9.1 2018-05-21 14:24:32 +00:00
INSTALL Update to FreeType 2.9.1 2018-05-21 11:52:24 +00:00
INSTALL.ANY Update to freetype 2.10.2. Tested by krw@ and myself. 2020-06-27 09:06:07 +00:00
INSTALL.CROSS Update to freetype 2.10.2. Tested by krw@ and myself. 2020-06-27 09:06:07 +00:00
INSTALL.GNU Update to freetype 2.10.2. Tested by krw@ and myself. 2020-06-27 09:06:07 +00:00
INSTALL.MAC Update to freetype-2.8 2017-06-23 16:15:17 +00:00
INSTALL.UNIX Update to freetype 2.10.2. Tested by krw@ and myself. 2020-06-27 09:06:07 +00:00
INSTALL.VMS Update to freetype 2.10.2. Tested by krw@ and myself. 2020-06-27 09:06:07 +00:00
LICENSE.TXT Update to FreeType 2.6.3 2016-05-29 11:57:09 +00:00
MAKEPP Update to freetype 2.10.1. Tested by semarie@ and naddy@ 2019-09-10 19:13:54 +00:00
PROBLEMS Update to freetype 2.4.5. Tested by many. 2011-07-18 20:29:56 +00:00
raster.txt Update to freetype 2.10.2. Tested by krw@ and myself. 2020-06-27 09:06:07 +00:00
README Update to freetype 2.10.2. Tested by krw@ and myself. 2020-06-27 09:06:07 +00:00
release Update to freetype 2.10.2. Tested by krw@ and myself. 2020-06-27 09:06:07 +00:00
subpixel-hinting.html Update to freetype-doc-2.9.1 2018-05-21 14:24:32 +00:00
text-rendering-general.html Update to freetype-doc-2.9.1 2018-05-21 14:24:32 +00:00
TODO Update to freetype 2.10.2. Tested by krw@ and myself. 2020-06-27 09:06:07 +00:00
VERSIONS.TXT Update to freetype 2.10.2. Tested by krw@ and myself. 2020-06-27 09:06:07 +00:00

After saying `make refdoc' or `make refdoc-venv' the `reference/' directory
contains the FreeType API reference.  You need Python >= 3.5 and pip to make
this target.

There are two ways to generate the documentation:

1. Using `make refdoc':

    - Ensure `python' and `pip' are available.
    - Install pip package `docwriter' with `pip install --user docwriter'.
    - Make target with `make refdoc'.
    - This target can be run offline once required packages are installed.

2. Using `make refdoc-venv' (requires internet access):

    - Ensure `python', `pip' and Python package `virtualenv' are available.
    - Make target with `make refdoc-venv'.
    - This may or may not require internet access every time depending on
    pip and system caching.

This also works with Jam: Just type `jam refdoc' in the main directory.

Some troubleshooting tips:

* Regularly run `pip install --upgrade docwriter' to check for updates which
may include bug fixes.

* `Docwriter' does not support Python 2.  Ensure that Python >= 3.5 is
installed and available as `python3'/`python'.

* Ensure that `docwriter' is installed in the same Python target that
`make refdoc' uses (python3/python).

* If none of this works, send a mail to `freetype-devel@nongnu.org' or file
an issue at `https://github.com/freetype/docwriter/issues'.