Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.5k stars 570 forks source link

Not possible to specify Font Size in command line #2582

Open virtualwatt opened 2 months ago

virtualwatt commented 2 months ago

Versions

ConEmu build: 230724 x64 OS version: Windows 10 (11 too) x64 Far Manager, cmd

Problem description

There is an information on the https://conemu.github.io/en/ConEmuArgs.html specifies that the following option can be used to select the font size:

-FontSize fontsize

Note that in the example below instead of "FontSize" just "size" is used (please fix this in the documentation too):

ConEmu.exe -ct -font "Lucida Console" -size 16 -run far.exe "c:\1 2\"

I tried several cases "-size 10", "-FontSize 10", "-fontsize 10" not nothing works and only font size specified in the settings is used instead.

Steps to reproduce

  1. Run ConEmu, open settings, check which font size is specified in the settings, make sure it's not 10 (or any other one than you will specify in the step 2), let's assume it's 14
  2. Execute the ConEmu with the "-FontSize 10" parameter

Actual results

ConEmu is opened with the font size specified in the settings - 14

Expected results

Instead, ConEmu should use the specified font size as in the command line - 10