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

Not possible to specify Font Size in command line #2582

Open
virtualwatt opened this issue Apr 25, 2024 · 0 comments
Open

Not possible to specify Font Size in command line #2582

virtualwatt opened this issue Apr 25, 2024 · 0 comments

Comments

@virtualwatt
Copy link

virtualwatt commented Apr 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant