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

Working with other emoji fonts? #74

Open
incheon-kim opened this issue Aug 7, 2023 · 2 comments
Open

Working with other emoji fonts? #74

incheon-kim opened this issue Aug 7, 2023 · 2 comments

Comments

@incheon-kim
Copy link

incheon-kim commented Aug 7, 2023

I am trying to apply Noto Color Emoji font. But getting NotImplementedException by component from Typography.OpenFont. have you ever tried noto font series? I am not familiar with font (i.e opentype tables, etc.)

I have tried NotoColorEmoji-Regular.ttf and NotoColorEmoji_WindowsCompatible.ttf.

Sorry for messy submit. I accidently pressed enter :(

@incheon-kim incheon-kim changed the title Working with other emoji fonts Working with other emoji fonts? Aug 7, 2023
@oold
Copy link

oold commented Feb 23, 2024

I'm currently facing a similar issue with Noto Color Emoji. The regular TextBlock doesn't show the emoji at all (not an issue for this project) and the TextBlock from emoji.wpf just renders the Segoe UI emoji and ignores the Noto font.

@incheon-kim
Copy link
Author

I'm currently facing a similar issue with Noto Color Emoji. The regular TextBlock doesn't show the emoji at all (not an issue for this project) and the TextBlock from emoji.wpf just renders the Segoe UI emoji and ignores the Noto font.

I'm done writing code rendering text into bitmap via DirectWrite with SharpDX. It is a waste of memory and can't utilize hardware acceleration but it works with any fonts provided.

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

2 participants