On 12/15/13, Alex Efros <[email protected]> wrote:
> I'm using urxvt with custom font which doesn't have all unicode symbols,
> but AFAIK urxvt somehow magically load symbols absent in current font from
> some other fonts. I've no idea how urxvt decide which font should be
> used, but looks like in my case most such symbols loaded from DevaVu.

You can specify a list of fonts with the -fn and -boldfont
command-line arguments.  For each character, urxvt will use the first
font from the list that provides the character.  If none of the fonts
provide it, urxvt will choose some other fallback fonts, but it's best
to specify the fonts yourself if you want to make sure those check
marks appear properly.

> how to
> further debug this issue (is it possible to enable debugging in urxvt to
> find out which extra fonts it use?)…

In an urxvt window, you can hold down control+shift and mouse click on
a character in the terminal window to make urxvt tell what character
is displayed there and in what font.  Use that to make sure the check
marks displayed are the character you expect and to tell what fonts
are used.

--
ambrus

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to