[PR #14013] Add support for fractional font sizes #29890

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

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

State: closed
Merged: Yes


After this commit a user may specify fractional font sizes.
Support was only implemented for AtlasEngine however.
DxEngine continues to use rounded (integer) font sizes.

Closes #6678

Validation Steps Performed

  • Install a bitmap font that requires fractional font sizes
    (e.g. Terminus TTF, https://files.ax86.net/terminus-ttf/)
  • Set font size to something integer (e.g. 14pt)
    Glyphs are blurry
  • Set font size to something fractional (e.g. 13.5pt)
    Glyphs are crisp
**Original Pull Request:** https://github.com/microsoft/terminal/pull/14013 **State:** closed **Merged:** Yes --- After this commit a user may specify fractional font sizes. Support was only implemented for AtlasEngine however. DxEngine continues to use rounded (integer) font sizes. Closes #6678 ## Validation Steps Performed * Install a bitmap font that requires fractional font sizes (e.g. Terminus TTF, https://files.ax86.net/terminus-ttf/) * Set font size to something integer (e.g. 14pt) Glyphs are blurry ✅ * Set font size to something fractional (e.g. 13.5pt) Glyphs are crisp ✅
claunia added the pull-request label 2026-01-31 09:37:27 +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#29890