[base] Fill 'COLR' v1 API templates to make them work (#59703).
[sfnt] Register 'COLR' v1 API in driver (#59703).
[sfnt] Add 'COLR' v1 API to retrieve color layers (#59703).
[sfnt] Add 'COLR' v1 API to iterate color stops (#59703).
[sfnt] Add API to get actual paint from `FT_OpaquePaint` (#59703).
[sfnt] Add API to retrieve 'COLR' v1 root paint (#59703).
Add new methods required for 'COLR' v1 to public API (#59703).
Add types required for 'COLR' v1 to public API (#59703).
* builds/*: s/BUILD_DIR/PLATFORM_DIR/.
[builds] Revert `FTMODULE_H' changes.
[builds/windows] Fix up DLG build with VC++.
[builds] Relocate `FTMODULE_H'.
Fix typos from last commit.
[dlg] Move the headers to include/dlg to simplify their use.
* meson.build: Add summary.
* meson.build: Fix 'png' build option (#59458).
[builds/windows] Add SDF to VC2010 project.
[sdf] Use 'counter-clockwise', not 'anti-clockwise'.
* src/base/ftobjs.c (pixel_modes): Updated.
[sdf] Remove custom memory tracker.
.mailmap: Updated and synchronized with 'freetype2-demos' repository.
[sdf] Two more copyright notices.
[sdf] Add copyright notices.
docs/CHANGES: Mention new SDF module.
[sdf] Add debugging function.
[sdf] Add brief technical overview of both rasterizers.
[sdf] Add 'bsdf' renderer to 'sdf' module.
[sdf] Add interface functions for the 'bsdf' rasterizer.
[sdf] Add function to copy SDF data into output bitmap.
[sdf] Add '8-point sequential Euclidean distance mapping' algorithm.
[sdf] Add function to copy source bitmap to distance map.
[sdf] Add functions to compute pixel edge distances.
[sdf] Add function to find edge pixels in a grid of alpha values.
[sdf] Add essential structures for the 'bsdf' rasterizer.
[sdf] Add 'sdf' module to non-gnumake build systems.
[sdf] Added basic overlapping contour support.
[sdf] Add build infrastructure.
[sdf] Add interface functions for the 'sdf' rasterizer.
[sdf] Add subdivision and bounding box optimization.
[sdf] Add function to generate SDF.
[sdf] Add functions to get shortest distance from any edge/contour.
[sdf] Add shortest distance finding functions.
[sdf] Add function to resolve corner distances.
[sdf] Add essential math functions.
[sdf] Add utility functions for contours.
[sdf] Add functions to decompose `FT_Outline`.
[sdf] Structs, enums, macros, and functions for 'sdf' rasterizer.
[sdf] Add raster parameters structure.
[sdf] Add 'sdf' renderer.
[sdf] Add common elements for 'sdf' and 'bsdf' renderers.
[sdf] Add files for new 'sdf' module.
[base] Allow renderers of different formats.
Add data types required for the forthcoming 'sdf' module.
[base] Allow renderers of different formats.
* builds/windows/detect.mk (COPY): Make it work with `shell`.
meson.build (ft2_defines): Fix builds on Windows.
[autofit] Fix double division in stem darkening.
ftmodapi.h: Replace 0xA0 characters with spaces.
* include/freetype/ftmodapi.h (FT_FACE_DRIVER_NAME): New public macro.
Documentation edits.
[truetype] Fix incremental metrics (#59503).
Documentation edits.
[type42] Pacify static analysis tools (#59682).
* builds/unix/configure.raw: Don't set `FT_DEBUG_LOGGING`.
* src/*: More fixes for using a '\n' in `FT_TRACE` and `FT_ERROR`.
*/*: s/FT_LOGGING/FT_DEBUG_LOGGING/.
docs/CHANGES: Mention `FT_LOGGING`.
* builds/toplevel.mk (do-dist): Remove `submodules` directory.
* src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`.
[base] Don't close 'stderr' after logging.
* submodules/dlg: Updated to commit 9f0c8b22.
* src/bdf/bdflib.c: Fix `-Wformat` warning.
Improve setup for 'dlg' library.
[build] Use gcc (and clang) in C99 mode.
[dlg] Fix compiler warnings.
* src/type42/t42parse.c: Fix `-Wformat` warnings.
[builds/unix] Check for 'pthread' library.
[base] Implement vertical alignment of log printing.
Update logging related documentation.
* src/*: Fix `-Wformat` warnings.
[builds/windows] Changes to build 'dlg' with FreeType on Windows.
[base] Add public API to change log handling function.
[base] Add public API to change the levels of tracing components.
[base] Updates to print timestamp and name of `FT_COMPONENT` in logs.
[base] Add functions and variables to print logs to a file.
[builds] Necessary changes to make 'dlg' compile.
* .gitmodules: Add 'dlg' library's git repository as submodule.
* src/tools/chktrcmp.py (trace_use_pat): Update to current use.
builds/meson/*: Add copyright boilerplate.
.mailmap: Updated and sorted.
[cff,cid,type1] Demote old engine for lack of CFF2.
Downgrade property tracing.