What Api should I use to create an emoji
Generated on 11/20/2024
1 search
To create an emoji, specifically a custom one like Genmoji, you should use the NSAdaptiveImageGlyph
API. This API supports using Genmoji and other personalized images, allowing them to be formatted and used alongside regular text. Genmoji are unique rasterized bitmaps and are not described by Unicode text characters, unlike traditional emoji.
For more details on how to implement this in your app, you can refer to the session Bring expression to your app with Genmoji (02:17) which covers the NSAdaptiveImageGlyph
API.
What’s new in AppKit
Discover the latest advances in Mac app development. Get an overview of the new features in macOS Sequoia, and how to adopt them in your app. Explore new ways to integrate your existing code with SwiftUI. Learn about the improvements made to numerous AppKit controls, like toolbars, menus, text input, and more.
Platforms State of the Union
Discover the newest advancements on Apple platforms.
Bring expression to your app with Genmoji
Discover how to bring Genmoji to life in your app. We’ll go over how to render, store, and communicate text that includes Genmoji. If your app features a custom text engine, we’ll also cover techniques for adding support for Genmoji.