[PR #14099] AtlasEngine: Block chars done right-er #29941

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

Original Pull Request: https://github.com/microsoft/terminal/pull/14099

State: closed
Merged: Yes


This commit makes the following improvements:

  • Only adjust block characters that come from fallback fonts. This ensures
    that the glyphs of the chosen font all look exactly as they were designed.
  • When adjusting the size, use the fallback font's full block glyph U+2588
    to determine the size that the given glyph should have.

Closes #14098

Validation Steps Performed

  • Print UTF-8-demo.txt in Consolas.
  • All block glyphs look uniform. ✅
**Original Pull Request:** https://github.com/microsoft/terminal/pull/14099 **State:** closed **Merged:** Yes --- This commit makes the following improvements: * Only adjust block characters that come from fallback fonts. This ensures that the glyphs of the chosen font all look exactly as they were designed. * When adjusting the size, use the fallback font's full block glyph U+2588 to determine the size that the given glyph should have. Closes #14098 ## Validation Steps Performed * Print `UTF-8-demo.txt` in Consolas. * All block glyphs look uniform. ✅
claunia added the pull-request label 2026-01-31 09:37:44 +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#29941