Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow font selection for profile icons #14015

Open
vanoreo opened this issue Sep 16, 2022 · 2 comments
Open

Allow font selection for profile icons #14015

vanoreo opened this issue Sep 16, 2022 · 2 comments
Labels
Area-Settings Issues related to settings and customizability, for console or terminal Help Wanted We encourage anyone to jump in on these. Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Product-Terminal The new Windows Terminal.
Milestone

Comments

@vanoreo
Copy link

vanoreo commented Sep 16, 2022

Allow font selection for profile icons

As it stands right now, profile icons can either be a valid image file or a valid Unicode character (typically Emoji). I was playing around with alternatives, and it looks like that any character in the Segoe font family will play nice, even if updated on a Windows 10 machine to Segoe Fluent. I think that adding the ability to select an arbitrary font for text-based icons would open some doors for people who would prefer to use something like Material or Nerd Fonts for a consistent style and wider range of available icons. It would also have the benefit of scaling on screens better than your average PNG.

Here is a slapdash mockup of what I am describing:
mockup

@vanoreo vanoreo added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Sep 16, 2022
@ghost ghost added Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Sep 16, 2022
@carlos-zamora
Copy link
Member

Ok. This is cool. I'm sold haha. UI could probably use some work, but the JSON could be pretty straightforward and look something like this:

"icon":
{
   "text": "\xf871",
   "font": "My Nerd Font"
}

For the UI, I'd expect something like a dropdown/toggle button/checkbox that lets you choose "advanced". When enabled, you get to pick a font. That way we can abstract this more complicated stuff away from some users.

@carlos-zamora carlos-zamora added Area-Settings Issues related to settings and customizability, for console or terminal Product-Terminal The new Windows Terminal. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Oct 18, 2022
@carlos-zamora carlos-zamora added this to the Backlog milestone Oct 18, 2022
@carlos-zamora
Copy link
Member

For the record, I think something like this wouldn't be too difficult to implement. So I'm also adding the Help-wanted tag for it.

@carlos-zamora carlos-zamora added the Help Wanted We encourage anyone to jump in on these. label Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Settings Issues related to settings and customizability, for console or terminal Help Wanted We encourage anyone to jump in on these. Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Product-Terminal The new Windows Terminal.
Projects
None yet
Development

No branches or pull requests

2 participants