Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to show emoji on win7? #13

Open
Summer006 opened this issue Sep 18, 2019 · 2 comments
Open

How to show emoji on win7? #13

Summer006 opened this issue Sep 18, 2019 · 2 comments

Comments

@Summer006
Copy link

Uses the Segoe UI Emoji system font, even on Windows 7 or Windows 8 (if installed in c:/Windows/Fonts) by implementing Microsoft’s COLR/CPAL font format extensions.

I setup KB2729094 on win7, this web page (https://www.istartedsomething.com/uploads/emojisegoe.html) can show emoji icon as black white mode now.
but in my app, emoji still be a sqare

how to implementing Microsoft’s COLR/CPAL font format extensions ?

can you tell more about it?

@samhocevar
Copy link
Owner

Unfortunately KB2729094 updates Segoe UI Symbol, which only has black and white symbols.

You need to install Segoe UI Emoji, which is not freely available, but you can get it from a Windows 10 machine (C:/Windows/Fonts/seguiemj.ttf). Rumour has it you can also google for seguiemj.ttf and get lucky.

@virzak
Copy link
Contributor

virzak commented Mar 5, 2021

Could it be possible to embed seguiemj.ttf or NotoColorEmoji_WindowsCompatible.ttf into the emoji.wpf or emoji.wpf.<fontname> assembly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants