[PR #37] [CLOSED] Enables loading fonts from external files #1021

Closed
opened 2026-03-14 09:14:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/37
Author: @entrepeneur4lyf
Created: 8/18/2025
Status: Closed

Base: mainHead: entrepeneur4lyf/custom-font


📝 Commits (2)

  • 3661691 Enables loading fonts from external files
  • 160b549 Merge remote-tracking branch 'upstream/main' into entrepeneur4lyf/custom-font

📊 Changes

3 files changed (+36 additions, -16 deletions)

View changed files

📝 packages/core/src/lib/ascii.font.ts (+26 -7)
📝 packages/core/src/lib/selection.ts (+2 -2)
📝 packages/core/src/renderables/ASCIIFont.ts (+8 -7)

📄 Description

Adds functionality to load and register fonts from external JSON files.

This allows users to define and use custom fonts beyond the built-in options, improving flexibility and customization.


🔄 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/anomalyco/opentui/pull/37 **Author:** [@entrepeneur4lyf](https://github.com/entrepeneur4lyf) **Created:** 8/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `entrepeneur4lyf/custom-font` --- ### 📝 Commits (2) - [`3661691`](https://github.com/anomalyco/opentui/commit/3661691170c1184484fc7bae1b7e370cc5d1027d) Enables loading fonts from external files - [`160b549`](https://github.com/anomalyco/opentui/commit/160b549fb9cf93deb614f7dfd6b992db5148e34b) Merge remote-tracking branch 'upstream/main' into entrepeneur4lyf/custom-font ### 📊 Changes **3 files changed** (+36 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/lib/ascii.font.ts` (+26 -7) 📝 `packages/core/src/lib/selection.ts` (+2 -2) 📝 `packages/core/src/renderables/ASCIIFont.ts` (+8 -7) </details> ### 📄 Description Adds functionality to load and register fonts from external JSON files. This allows users to define and use custom fonts beyond the built-in options, improving flexibility and customization. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 09:14:02 +03: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
starred/opentui#1021
No description provided.