apple-emoji-linux icon indicating copy to clipboard operation
apple-emoji-linux copied to clipboard

Emojis are a bit larger.

Open luojinrong opened this issue 2 years ago • 3 comments

When I used the ttf file you generated from Release Page, I found that the font of emoji is bigger than the ttf that comes with my mac.

Use the ttf from my mac: image It can be seen from the above that the size of the emoji is the same as the text.

Use the ttf from this repo: image You can see from the above that the size of the emoji is larger than the text.

luojinrong avatar May 12 '22 08:05 luojinrong

Hi @luojinrong, thanks for your issue. I'm not sure I'm getting it right... Did you install the font on macOS or Linux?

dmlls avatar May 13 '22 13:05 dmlls

I'm just comparing the difference between the font you generated and the MAC native font.

I think since what you are doing is an alternative to Apple Emoji on Linux, it should be consistent with the MAC native font on the display.

luojinrong avatar May 17 '22 06:05 luojinrong

@luojinrong in order to try to solve this, we need further information:

  1. Does this issue happen on macOS or on Linux?
  2. How did you install the fonts?
  3. Where are the screenshots taken from? (e.g., browser, text editor...?)

dmlls avatar May 20 '22 11:05 dmlls

@dmlls I also met this problem, its on wezterm. and the font is very large. like this

image

My system is Archlinux, I install font by put the file into ~/.local/share/fonts and run fc-cache -f -v.

colawithsauce avatar Nov 14 '23 04:11 colawithsauce

@colawithsauce Could you try installing the font from the AUR? This will correctly configure the fontconfig files for you.

Otherwise, could you try adding the fontconfig file manually?

dmlls avatar Nov 25 '23 16:11 dmlls

I tried adding the fontconfig file manually. @dmlls the problem still here: image

colawithsauce avatar Nov 29 '23 00:11 colawithsauce

@colawithsauce could you try installing it as a package just to try out all possibilities?

I'm also on Arch Linux (KDE Wayland) and unfortunately I can't replicate this:

Wezterm console with emoji

dmlls avatar Dec 02 '23 14:12 dmlls

Sorry, It should be an issue of wezterm! It seems that it doesn't respect fontconfig settings enough. I config my font at wezterm:

-- Font
config.font = wezterm.font_with_fallback({
	"Apple Color Emoji",
	"Recursive Mono Linear Static",
	"LXGW WenKai Mono",
	"98WB-1",
})

and I got this image However, I have similar configuration on Kitty, the display become normal. Sorry for my disturbing...

colawithsauce avatar Dec 04 '23 06:12 colawithsauce

@colawithsauce good to hear the issue is solved. And funny those blue emoji! :D

dmlls avatar Dec 11 '23 18:12 dmlls