Open incheon-kim opened 1 year ago
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 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.
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
andNotoColorEmoji_WindowsCompatible.ttf
.Sorry for messy submit. I accidently pressed enter :(