[PR #328] [CLOSED] fix: resolve issue 318 or 146 #464

Closed
opened 2026-05-05 12:16:33 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/328
Author: @L1nnnn
Created: 5/6/2021
Status: Closed

Base: mainHead: main


📝 Commits (5)

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 src/chart.c (+3 -1)

📄 Description

After the font pointer is released, it will continue to be used later, which affects the problem. After the font name is initialized, the font bold will always take effect. After the release, the font pointer can be left blank to solve the problem.

Log: Fix the problem that the font thickness setting is invalid when the font name is initialized


🔄 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/jmcnamara/libxlsxwriter/pull/328 **Author:** [@L1nnnn](https://github.com/L1nnnn) **Created:** 5/6/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`0849efa`](https://github.com/jmcnamara/libxlsxwriter/commit/0849efaa87d3610ba9dd4778d9b7ebf63a859703) fix: resolve issue 318 or 146 - [`0e9d566`](https://github.com/jmcnamara/libxlsxwriter/commit/0e9d56639c42f199796b3e357a6337311d418470) Update chart.c - [`a5512d2`](https://github.com/jmcnamara/libxlsxwriter/commit/a5512d20153f3c20d90de252b2ab4909db2a29e1) Update chart.c - [`86e57b2`](https://github.com/jmcnamara/libxlsxwriter/commit/86e57b2222cb6bd8e70874d5e05304145b5c840c) Update chart.c - [`0ec09ad`](https://github.com/jmcnamara/libxlsxwriter/commit/0ec09ada9382c39a380202ee365a93ba19f886dd) Update chart.c ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/chart.c` (+3 -1) </details> ### 📄 Description After the font pointer is released, it will continue to be used later, which affects the problem. After the font name is initialized, the font bold will always take effect. After the release, the font pointer can be left blank to solve the problem. Log: Fix the problem that the font thickness setting is invalid when the font name is initialized --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 12:16:33 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/libxlsxwriter#464
No description provided.