lkytal / BuiltinCmd

VS extension that provide a built-in terminal window for CMD or Powershell.
https://lkytal.github.io/BuiltinCmd/
Other
30 stars 13 forks source link

how to change font size? #13

Open hijkzzz opened 5 years ago

lkytal commented 5 years ago

Provided font option in v2.1.0

hijkzzz commented 5 years ago

Provided font option in v2.1.0

but the font size is too small

astrohart commented 2 years ago

Maybe if you launch C:\WINDOWS\System32\cmd.exe from the Run dialog box (Windows key + R) as shown: Launching the Command Prompt from the Run dialog box

Then, right-click the title bar of the command prompt window: Right-clicking the title bar of the Command Prompt window to summon the system menu.

Now, in the menu that appears, click Properties. The Properties dialog box appears. Now, click the Font tab, as shown: Clicking the Font tab in the Properties dialog box.

Now, change the options as you want: Customizing the Font.

All image credits go to: https://helpdeskgeek.com/windows-10/how-to-customize-the-command-prompt-in-windows-10/

NOTE: I have not tested the steps. I just remembered the process and I thought I would describe it here, in case it helps.

NOTE: I am not actually a user of this extension, but it looks like something I am considering adopting. Therefore, I actually have no idea whether these steps will solve the issue. I also suggest restarting VS after doing the steps above. But try it -- I am curious to see the results and whether this works for you!

Regards,

Brian Hart