On Thu, Oct 20, 2016 at 04:51:19PM +0200, Daniel Hahler 
<[email protected]> wrote:
> From: Daniel Hahler <[email protected]>
> 
> This make rxvt-unicode recognize Font Awesome [1], which only has glyphs
> in the Private Use Areas (PUA) (xf000 - xf2b4), which are not tested by
> `rxvt_font_xft::load`.
> But is also has a glyph for 0x020 (Space).

Hi!

Private use codepoints are not meant to extend fonts - rxvt-unicode uses
the private use area internally and cannot support fonts (ab-)using
it. This is not uncommon, the linux kernel and other applications do the
same thing for example.

The only way out here would be to change the font not to use the private
use codepoints, as urxvt has no way to deal with it.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      [email protected]
      -=====/_/_//_/\_,_/ /_/\_\

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

Reply via email to