mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #876] [MERGED] [FEATURE] Add FreeType2 #1712
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/876
Author: @harrynull
Created: 1/5/2018
Status: ✅ Merged
Merged: 1/9/2018
Merged by: @cfsmp3
Base:
master← Head:freetype📝 Commits (1)
18e025bAdd FreeType📊 Changes
551 files changed (+217644 additions, -0 deletions)
View changed files
➕
docs/freetype.TXT(+340 -0)➕
src/freetype/Jamfile(+19 -0)➕
src/freetype/autofit/Jamfile(+53 -0)➕
src/freetype/autofit/afangles.c(+285 -0)➕
src/freetype/autofit/afangles.h(+7 -0)➕
src/freetype/autofit/afblue.c(+733 -0)➕
src/freetype/autofit/afblue.cin(+39 -0)➕
src/freetype/autofit/afblue.dat(+1066 -0)➕
src/freetype/autofit/afblue.h(+412 -0)➕
src/freetype/autofit/afblue.hin(+146 -0)➕
src/freetype/autofit/afcjk.c(+2381 -0)➕
src/freetype/autofit/afcjk.h(+141 -0)➕
src/freetype/autofit/afcover.h(+105 -0)➕
src/freetype/autofit/afdummy.c(+75 -0)➕
src/freetype/autofit/afdummy.h(+40 -0)➕
src/freetype/autofit/aferrors.h(+42 -0)➕
src/freetype/autofit/afglobal.c(+503 -0)➕
src/freetype/autofit/afglobal.h(+173 -0)➕
src/freetype/autofit/afhints.c(+1646 -0)➕
src/freetype/autofit/afhints.h(+481 -0)...and 80 more files
📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
This pull requests adds a new dependency - FreeType2
It also includes the LICENSE file of FreeType2 (docs/freetype.TXT) (GPL2)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.