[PR #876] [MERGED] [FEATURE] Add FreeType2 #1712

Open
opened 2026-01-29 17:18:07 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: freetype


📝 Commits (1)

📊 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):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/876 **Author:** [@harrynull](https://github.com/harrynull) **Created:** 1/5/2018 **Status:** ✅ Merged **Merged:** 1/9/2018 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `freetype` --- ### 📝 Commits (1) - [`18e025b`](https://github.com/CCExtractor/ccextractor/commit/18e025b8172ef5a6890c160ad71e08a90d45d920) Add FreeType ### 📊 Changes **551 files changed** (+217644 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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_ </details> ### 📄 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):** - [X] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [X] I have checked that another pull request for this purpose does not exist. - [X] I have considered, and confirmed that this submission will be valuable to others. - [X] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [X] I give this submission freely, and claim no ownership to its content. **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [X] I am an active contributor to CCExtractor. --- This pull requests adds a new dependency - FreeType2 It also includes the LICENSE file of FreeType2 (docs/freetype.TXT) (GPL2) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:18:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1712