[PR #1132] [MERGED] [FIX] Added support for font colors and italics #1908

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1132
Author: @jshin313
Created: 12/5/2019
Status: Merged
Merged: 12/23/2019
Merged by: @cfsmp3

Base: masterHead: handle_tags


📝 Commits (7)

  • 4c2b5f4 Added support for and tags
  • d09a608 Deleted code support bold
  • e9a306b Added -italics flag to sepcify italics font
  • b075ee6 Added function for initializing freetype font face objects
  • 29c0cb8 Added support for color
  • b23afe1 Merge branch 'master' into handle_tags
  • 496ad0e Merge branch 'master' into handle_tags

📊 Changes

3 files changed (+226 additions, -101 deletions)

View changed files

📝 src/lib_ccx/ccx_common_option.h (+1 -0)
📝 src/lib_ccx/ccx_encoders_spupng.c (+200 -95)
📝 src/lib_ccx/params.c (+25 -6)

📄 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.
  • I have mentioned this change in the changelog.

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.

The pull request addresses the issue linked here as part of a Google Code-in task. Thus, expect less than optimal code from a high school student. The changes were tested on a Windows 10 machine using Visual Studio 2019 to build ccextractor.


🔄 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/1132 **Author:** [@jshin313](https://github.com/jshin313) **Created:** 12/5/2019 **Status:** ✅ Merged **Merged:** 12/23/2019 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `handle_tags` --- ### 📝 Commits (7) - [`4c2b5f4`](https://github.com/CCExtractor/ccextractor/commit/4c2b5f4ea11ac615b7648e9e57017f8ce651ffd9) Added support for <i> and <b> tags - [`d09a608`](https://github.com/CCExtractor/ccextractor/commit/d09a6084a1dfb5e3dcf1647c0233dfc1eececd80) Deleted code support bold - [`e9a306b`](https://github.com/CCExtractor/ccextractor/commit/e9a306bdedb033bcad0cecfdf2a32bd184f4e0ba) Added -italics flag to sepcify italics font - [`b075ee6`](https://github.com/CCExtractor/ccextractor/commit/b075ee6aeadfd64debaec5b2f27551056905b22c) Added function for initializing freetype font face objects - [`29c0cb8`](https://github.com/CCExtractor/ccextractor/commit/29c0cb81fc49a11dc387c99e6704c8b7fa2060ed) Added support for color - [`b23afe1`](https://github.com/CCExtractor/ccextractor/commit/b23afe1ca9fdff243cd2cdffabfb194d928ddc93) Merge branch 'master' into handle_tags - [`496ad0e`](https://github.com/CCExtractor/ccextractor/commit/496ad0ec770cde927252c63fa763c74a3fffda07) Merge branch 'master' into handle_tags ### 📊 Changes **3 files changed** (+226 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_common_option.h` (+1 -0) 📝 `src/lib_ccx/ccx_encoders_spupng.c` (+200 -95) 📝 `src/lib_ccx/params.c` (+25 -6) </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. - [ ] **I have mentioned this change in the [changelog](https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [X] 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. --- The pull request addresses the issue linked [here](https://github.com/CCExtractor/ccextractor/issues/892) as part of a Google Code-in task. Thus, expect less than optimal code from a high school student. The changes were tested on a Windows 10 machine using Visual Studio 2019 to build ccextractor. --- <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:19:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1908