Skip to content

Commit

Permalink
Revert "Update freetype to 2.10.0"
Browse files Browse the repository at this point in the history
This reverts commit 9e2cf9e.

It caused this regression: 28335.
Fixes #28335.
  • Loading branch information
akien-mga committed Apr 25, 2019
1 parent f7d5bee commit a24899e
Show file tree
Hide file tree
Showing 515 changed files with 45,684 additions and 36,122 deletions.
1 change: 1 addition & 0 deletions modules/freetype/SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
420 changes: 208 additions & 212 deletions thirdparty/freetype/include/freetype/config/ftconfig.h

Large diffs are not rendered by default.

Loading

0 comments on commit a24899e

Please sign in to comment.