mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1132] [MERGED] [FIX] Added support for font colors and italics #1908
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/1132
Author: @jshin313
Created: 12/5/2019
Status: ✅ Merged
Merged: 12/23/2019
Merged by: @cfsmp3
Base:
master← Head:handle_tags📝 Commits (7)
4c2b5f4Added support for and tagsd09a608Deleted code support bolde9a306bAdded -italics flag to sepcify italics fontb075ee6Added function for initializing freetype font face objects29c0cb8Added support for colorb23afe1Merge branch 'master' into handle_tags496ad0eMerge 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):
My familiarity with the project is as follows (check one):
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.