Monocraft icon indicating copy to clipboard operation
Monocraft copied to clipboard

Can the font be configured to work in Powershell/Windows Console?

Open minermaniac447 opened this issue 3 years ago • 1 comments

I was trying to set the font as my PowerShell default font, but wasn't getting it to show up in the menu. I looked into it, and found that in order to show up in that menu, a font must fulfill these criteria (source: https://superuser.com/a/1381619):

  • The font must be a fixed-pitch font.
  • The font cannot be an italic font.
  • If it is a TrueType font, it must be FF_MODERN.
  • If it is not a TrueType font, it must contain the OEM_CHARSET.
  • The font cannot have a negative A or C space.

Now, I'm not sure how much of this is something that needs to be changed (And I'm not sure how it would work with ligatures and other QOL things with the font), but would it be possible to either have a version of the font that had these configurations or have the base version of the font be configured this way?

minermaniac447 avatar Sep 27 '22 19:09 minermaniac447

You may set any font as default if you use windows terminal as the console application. image

PRO-2684 avatar Oct 14 '22 15:10 PRO-2684

You can try using the new version 2.0 with PowerShell, but I doubt it will work. For now, it is recommended that you use Monocraft with Windows Terminal instead.

IdreesInc avatar Dec 29 '22 01:12 IdreesInc