Allow fonts to scale smaller #117
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I maximize the window to 1280 width on my display, I am only getting 58 columns of characters. I have used CTRL+- to zoom out as far as possible. To be more usable, I would like to get at least 80x24 columns of text in an 800x600 window.
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/4326369-allow-fonts-to-scale-smaller?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github).Agreed. At the moment I'm working to another branch which simplify and optimise the underlying architecture. When that is merged this will actually be easier.
Hi @fazjaxton I just made a pretty big update. It is now possible to scale the width of the font up to 50% thus doubling the number of columns. Tell me is this solution is enough or if you also need to decrease the minimum scaling value. I tested it on my pc, and the current scaling value of 50% is pretty small.
I would like to be able to go even smaller.
On a 1600x900 laptop, even 50% is a very large window to get a day-to-day number of columns in. Why not just allow this slider to go (much) further down rather than trying to make a call on a 'reasonable' limit ?
@tomchiverton The decision was made because scanline and pixel mode look terrible when the number of "virtual pixels" is too close to the number of "real pixels" of the screen. Anyway I agree with you that this solution should not be hardcoded for every users. This just looks one of those things that belong to a hidden config file.
I don't see the point of a hidden option to enable it. The feedback moving the slider is instant so people will see straight away.
Couldn't it just go from 5% to 150% or something ?
First I'd just want to say thanks for this cool project.
But +1 to this issue, a 80x25 screen almost fills my MBP, let the scaler go down a bit further. I'd probably be hapy with 25% as a minimum value.
The screenshot below shows the retro-term vs my usial 80x25-sized terminal and even at the small fontsize I use in the regular terminal a lower case 'k' still is 15x16 pixels.
@tomchiverton @SmallRoomLabs How about this: we allow smaller font scaling (we still need to have a reasonable limit like 20% or 25%) with a warning message close the font selector which tells users in scanlines and pixels mode that some graphical issues are expected in the current settings. Do you think that's a reasonable solution?
Sounds like a plan to me. 👍 Let the users tweak the settings to their hearts desire, but warn them for possible ill effects of the extreme settings.
@Swordfish90 works for me
@Swordfish90 Bonus points if this warning message is not a modal message box but just a warning label appearing near the slider, like:
This just landed in master. Minimum scaling level is now 25% that should be enough for any use. In the end I improved the rendering of scanlines by using a smart antialiasing technique so there is no need for warning messages.
Looks and works fine. I just compiled and installed it without any issues. Thanks.
Builds and works better on Ubuntu.
PPA updates are building.