simmel / urxvt-resize-font

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

Resize fonts relatively #23

Open simmel opened 4 years ago

simmel commented 4 years ago

7 fixed so we resize all fonts specified but we resize them all to the same size.

When you specify multiple fonts some of them might be different sizes, e.g:

urxvt.font: xft:Inconsolata:pixelsize=12,xft:Symbola:size=8,xft:Noto Emoji:size=8

How to

Split up update_font_size in:

There are others who also has noticed that this is a problem but solved it another way.

elandorr commented 7 months ago

+1 Some very annoying people shit emojis everywhere and urxvt handles them badly or not at all. One workaround (that itself is a failure) is to use Symbola at half the size. (too small to fluently recognize, but at least it displays something)

Not a perl whiz or urxvt config guru or I'd give it a shot myself.