Hi everyone,
I’m working with Skia's CanvasKit and looking for a way to render emojis using system fonts. Specifically, I want to leverage the system’s default emoji font (like Apple Color Emoji on iOS/macOS or Segoe UI Emoji on Windows) rather than embedding a custom font.
Is there a way to configure Skia CanvasKit to use system fonts for emoji rendering, or is it limited to only using fonts that are explicitly loaded? If it’s possible, I’d appreciate any guidance or examples on how to implement it.
Thanks in advance!