1
0
mirror of https://github.com/freetype/freetype.git synced 2025-04-18 11:24:00 +03:00

* docs/CHANGES: Mention Craig's GSoC 2023 project.

This commit is contained in:
Werner Lemberg 2024-01-29 08:59:18 +01:00
parent 24ac6c5d6a
commit ae3879c0a1

View File

@ -8,6 +8,22 @@ CHANGES BETWEEN 2.13.3 and 2.13.4 (2025-Mmm-DD)
flag was always meant to suppress the bitmap strikes in favor of
outlines, not to ban them completely.
- The auto-hinter got new abilities.
. It can now better separate diacritic glyphs from base glyphs at
small sizes by artificially moving diacritics up (or down) if
necessary.
. Tilde accent glyphs get vertically stretched at small sizes so
that they don't degenerate to horizontal lines.
Both features use a database, which currently has entries for
Unicode characters lower than U+0180. FreeType needs to access or
construct a proper Unicode character map from a given font to make
this work.
This was Craig White's GSoC 2023 project.
III. MISCELLANEOUS
@ -15,7 +31,7 @@ CHANGES BETWEEN 2.13.3 and 2.13.4 (2025-Mmm-DD)
modern 64-bit platforms as a result of better handling of fixed-
point multiplication.
- The BDF driver now loads fonts 75% faster.
- The BDF driver now loads fonts 75% faster.
======================================================================