[PR #14085] [MERGED] AtlasEngine: Partially revert glyph scaling changes #29926

Open
opened 2026-01-31 09:37:39 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14085
Author: @lhecker
Created: 9/27/2022
Status: Merged
Merged: 9/27/2022
Merged by: @undefined

Base: mainHead: dev/lhecker/atlas-engine-fixup


📝 Commits (1)

  • 4c4d0f8 AtlasEngine: Partially revert glyph scaling changes

📊 Changes

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

View changed files

📝 src/renderer/atlas/AtlasEngine.r.cpp (+5 -3)

📄 Description

This change fixes issues with certain fonts that draw way outside the advance
width/height black box and expect to remain centered on the baseline.

Validation Steps Performed

  • Use MesloLGM Nerd Font
  • Print U+E0B0
  • Ensure it's centered, even if it's cut off

🔄 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/microsoft/terminal/pull/14085 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 9/27/2022 **Status:** ✅ Merged **Merged:** 9/27/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lhecker/atlas-engine-fixup` --- ### 📝 Commits (1) - [`4c4d0f8`](https://github.com/microsoft/terminal/commit/4c4d0f8f040ce9182b75876989ad83f775213033) AtlasEngine: Partially revert glyph scaling changes ### 📊 Changes **1 file changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/renderer/atlas/AtlasEngine.r.cpp` (+5 -3) </details> ### 📄 Description This change fixes issues with certain fonts that draw _way_ outside the advance width/height black box and expect to remain centered on the baseline. ## Validation Steps Performed * Use MesloLGM Nerd Font * Print U+E0B0 * Ensure it's centered, even if it's cut off ✅ --- <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-31 09:37:39 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29926