LukeSmithxyz / st

Luke's fork of the suckless simple terminal (st) with vim bindings and Xresource compatibility.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nerdfonts glyphs chipped into half

siduck opened this issue · comments

Hi luke , I use logo-ls as ls which shows file type and folder icons but the icons look half

image

where as my st fork of your build (0.8.2) :

image

Yeah so just install libxft with bgra patch.

Yeah so just install libxft with bgra patch.

no change

image

this isnt an emoji font problem

Im facing the same issue with any st build of v0.8.3+ .

my build (0.8.2v)

image

Can you add a padding around glyphs?

Can you add a padding around glyphs?

no , test logo-ls to reproduce the same issue. on st 0.8.4 . not my build ( since it works on my build)

For me it was related to libXft problem. So I fixed that with that and emojis and glyphs worked as they should. st v0.8.4

For me it was related to libXft problem. So I fixed that with that and emojis and glyphs worked as they should. st v0.8.4

which font do you use?

which font do you use?

Iosevka Nerd font with Twemoji, JoyPixels(Emoji One) and Material Design Icons

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <alias>
    <family>monospace</family>
    <prefer>
      <family>Iosevka Nerd Font</family> <!-- Your preferred monospace font -->
      <family>JoyPixels</family> <!-- Your preferred emoji font -->
     </prefer>
  </alias>
</fontconfig>