Commit a24899ee authored by Rémi Verschelde's avatar Rémi Verschelde
Browse files

Revert "Update freetype to 2.10.0"

This reverts commit 9e2cf9ef.

It caused this regression: 28335.
Fixes #28335.
parent f7d5bee6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ if env['builtin_freetype']:
    thirdparty_dir = "#thirdparty/freetype/"
    thirdparty_sources = [
        "src/autofit/autofit.c",
        "src/base/ftapi.c",
        "src/base/ftbase.c",
        "src/base/ftbbox.c",
        "src/base/ftbdf.c",
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ Use UI font variant if available, because it has tight vertical metrics and good
## freetype

- Upstream: https://www.freetype.org
- Version: 2.10.0
- Version: 2.9.1
- License: FreeType License (BSD-like)

Files extracted from upstream source:
+208 −212

File changed.

Preview size limit exceeded, changes collapsed.

+171 −181

File changed.

Preview size limit exceeded, changes collapsed.

+6 −6
Original line number Diff line number Diff line
@@ -2,10 +2,10 @@
 *  This file registers the FreeType modules compiled into the library.
 *
 *  If you use GNU make, this file IS NOT USED!  Instead, it is created in
 * the objects directory (normally `<topdir>/objs/`) based on information
 * from `<topdir>/modules.cfg`.
 *  the objects directory (normally `<topdir>/objs/') based on information
 *  from `<topdir>/modules.cfg'.
 *
 * Please read `docs/INSTALL.ANY` and `docs/CUSTOMIZE` how to compile
 *  Please read `docs/INSTALL.ANY' and `docs/CUSTOMIZE' how to compile
 *  FreeType without GNU make.
 *
 */
Loading