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
Describe the bug
I am using --font-size and the results are incorrect.
To Reproduce
Steps to reproduce the behavior:
Run freeze with --font-size 18
Run it again with --font-size 36
Compare the resulting images
Expected behavior
I expect the font to be larger in the second image. Instead, the font appears only slightly larger in size (the difference between 10 and 36 is almost unnoticeable). The margins change instead. Also the UI elements get smaller when a larger font size is specified. This doesn't happen with every command, so it has something to do with the width/height of the output.
This works as expected: freeze --font.family "Noto Mono" --font.size 18 --window --execute "echo xyz123"
Desktop (please complete the following information):
OS: Windows 11 WSL2 Ubuntu
Browser [e.g. chrome, safari]
Version Linux CFA-L-F888JR3 5.15.167.4-microsoft-standard-WSL2 feat: filter content by line numbers #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Describe the bug
I am using
--font-sizeand the results are incorrect.To Reproduce
Steps to reproduce the behavior:
--font-size 18--font-size 36Expected behavior
I expect the font to be larger in the second image. Instead, the font appears only slightly larger in size (the difference between 10 and 36 is almost unnoticeable). The margins change instead. Also the UI elements get smaller when a larger font size is specified. This doesn't happen with every command, so it has something to do with the width/height of the output.
This works as expected:
freeze --font.family "Noto Mono" --font.size 18 --window --execute "echo xyz123"This does not:
The results are shown below:
Screenshots
font-size 18:

font-size 36:

Desktop (please complete the following information):