simmel / urxvt-resize-font

URxvt Perl extension for resizing the font
219 stars 37 forks source link

Font Size Limit #11

Open eyalch opened 7 years ago

eyalch commented 7 years ago

I know almost a year has passed since your last commit but, could you try and add a limit to the minimum font size? Not 100% sure but perhaps also a limit to the maximum font size. It's just that I'm not at all familiar with Perl.

simmel commented 6 years ago

Sorry for the very late response.

Can you explain why this is needed?

What would you suggest as a minimum font size, if implemented?

eyalch commented 6 years ago

I don't even remember writing this issue LOL

simmel commented 6 years ago

Ok, I'll take that as this isn't an issue anymore = )

Barbaross93 commented 3 years ago

The reason why this could be useful to me at least is because I use bitmap fonts that only have certain sizes. If I adjust to an incorrect size, a fallback font will be used. Alternatively, a way to only change size to specific steps (e.g. 12,14,16,20,26...) rather than increments would be a very nice addition

simmel commented 3 years ago

Which font are you using @Barbarossa93? Please paste your urxvt.font lines in ~/.Xresources

For changing steps, have you seen the URxvt.resize-font.step: 2 option?