Discussion:
[zathura] font size follow links
s***@evall.org
2016-10-20 09:46:57 UTC
Permalink
Hi all,

I changed the GUI font size in zathurarc with

set font "monospace normal 12"

However, this does not change the font size for numbers for "follow
link" when pressing "f". Is there a configuration option for this font?

Thanks, Sven
Leonardo Taccari
2016-10-21 16:23:50 UTC
Permalink
Hello Sven,
Post by s***@evall.org
[...]
I changed the GUI font size in zathurarc with
set font "monospace normal 12"
However, this does not change the font size for numbers for "follow
link" when pressing "f". Is there a configuration option for this font?
From a quick look at the code it doesn't seem so. Actually that's
in page-widget.c:497:

<https://git.pwmt.org/pwmt/zathura/blob/master/zathura/page-widget.c#L497>

(e.g. changing it does the trick but of course this isn't handy
like an option)
s***@evall.org
2016-10-25 08:04:37 UTC
Permalink
Hello Leonardo,

thank you for pointing out! Sven
Post by Leonardo Taccari
Hello Sven,
Post by s***@evall.org
[...]
I changed the GUI font size in zathurarc with
set font "monospace normal 12"
However, this does not change the font size for numbers for "follow
link" when pressing "f". Is there a configuration option for this font?
From a quick look at the code it doesn't seem so. Actually that's
<https://git.pwmt.org/pwmt/zathura/blob/master/zathura/page-widget.c#L497>
(e.g. changing it does the trick but of course this isn't handy
like an option)
_______________________________________________
zathura mailing list
https://lists.pwmt.org/mailman/listinfo/zathura
Loading...