samhocevar / emoji.wpf

😸 Emoji support for WPF
Do What The F*ck You Want To Public License
370 stars 43 forks source link

Working with other emoji fonts? #74

Open incheon-kim opened 1 year ago

incheon-kim commented 1 year ago

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 :(

oold commented 8 months 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.

incheon-kim commented 6 months 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 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.