You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: