Allow users to set the font size the way it worked in conhost #19505

Open
opened 2026-01-31 06:45:23 +00:00 by claunia · 2 comments
Owner

Originally created by @Funtime60 on GitHub (Mar 8, 2023).

Originally assigned to: @lhecker on GitHub.

Description of the new feature/enhancement

Currently, the font size options are slightly lower in granularity than Command Prompt or Powershell. You cannot match their default font size of 16. I understand moving away from using actual pixel measurements for the general user since CMD predates UI scaling and this system presumably is more consistent for that. However for the power user, the option to specify the exact pixel height is nice.

I propose that if the user enters a "px" suffix to the number in the font size input, it should be either translated to the matching font size or ideally just used directly.

At the very least greater granularity would be appreciated so that the font size can match that which it is supposed to replace. Thank you.

Originally created by @Funtime60 on GitHub (Mar 8, 2023). Originally assigned to: @lhecker on GitHub. <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> Currently, the font size options are slightly lower in granularity than Command Prompt or Powershell. You cannot match their default font size of 16. I understand moving away from using actual pixel measurements for the general user since CMD predates UI scaling and this system presumably is more consistent for that. However for the power user, the option to specify the exact pixel height is nice. I propose that if the user enters a "px" suffix to the number in the font size input, it should be either translated to the matching font size or ideally just used directly. At the very least greater granularity would be appreciated so that the font size can match that which it is supposed to replace. Thank you.
claunia added the Issue-FeatureProduct-ConhostArea-Rendering labels 2026-01-31 06:45:24 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Mar 8, 2023):

@lhecker I'm sure you know which of the many threads you've been working on to dupe this to ☺️

@zadjii-msft commented on GitHub (Mar 8, 2023): @lhecker I'm sure you know which of the many threads you've been working on to dupe this to ☺️
Author
Owner

@lhecker commented on GitHub (Mar 8, 2023):

You can specify fractional font sizes in the latest Windows Terminal version. I'll repurpose this issue to allow users to specify specific cell heights, without specifying a font size. The font size would then be inferred from the cell height, the way it already worked in conhost.

@lhecker commented on GitHub (Mar 8, 2023): You can specify fractional font sizes in the latest Windows Terminal version. I'll repurpose this issue to allow users to specify specific cell heights, without specifying a font size. The font size would then be inferred from the cell height, the way it already worked in conhost.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#19505