On 08/06/14 at 23:56, Marc Lehmann wrote: > On Thu, Jun 05, 2014 at 02:42:17PM +0200, Andreas Herz <[email protected]> > wrote: > > I used strace to see what st is doing at the fallback part and i could > > see that it uses 6x13 and 12x13ja when i use the UTF-8 Demo. > > 6x13 contains only latin1 (here), and I don't have a 12x13ja. > > You can always try to specify the font alone (urxvt -fn 6x13) to see if it > actually has the character (if you get it displayed, you can ctrl-shift-click > the character to see the font name for it).
This looks strange: http://zeitgeist.li/asset/201406/zg.jf3d.png This is what i get with xft:6x13:pixelsize=9 or xft:12x13ja:pixelsize=9 in my .Xdefaults. If i ctrl+shift+click on the "normal" chars i get xft:12x13ja:pixelsize=9,minspace=true. But as you can see on the screenshot if i ctrl+shift+click on the special chars i get something with pixelsize 10 :/ > also, if your base font set is 9 pixels high, then these fonts do not > actually fit as replacement font. Well it looks like the font is scaled down to fit in via xft. I also checked the st code (they also have some codeparts from you :p) and saw that they make fontconfig calls to get the replacement/fallback font. -- Andreas Herz _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
