Skip to content

Commit

Permalink
freetype: roll back to 2.8.1 to fix issues with character spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Dec 12, 2024
1 parent 0b08e7f commit ac3040c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion project/lib/freetype
Submodule freetype updated 657 files
11 changes: 1 addition & 10 deletions project/lib/freetype-files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/freetype/ftcache.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/freetype/ftchapters.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/freetype/ftcid.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/freetype/ftdriver.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/freetype/fterrdef.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/freetype/fterrors.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/freetype/ftfntfmt.h" />
Expand All @@ -35,7 +34,6 @@
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/freetype/ftmoderr.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/freetype/ftotval.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/freetype/ftoutln.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/freetype/ftparams.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/freetype/ftpfr.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/freetype/ftrender.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/freetype/include/freetype/ftsizes.h" />
Expand Down Expand Up @@ -96,7 +94,6 @@
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftoutln.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftpatent.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftpfr.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftpsprop.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftrfork.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftsnames.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftstream.c" />
Expand All @@ -110,13 +107,7 @@
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/bdf/bdf.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/bzip2/ftbzip2.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cache/ftcache.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cff/cffcmap.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cff/cffdrivr.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cff/cffgload.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cff/cffload.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cff/cffobjs.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cff/cffparse.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cff/cffpic.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cff/cff.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/cid/type1cid.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/gzip/ftgzip.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/lzw/ftlzw.c" />
Expand Down

0 comments on commit ac3040c

Please sign in to comment.