Shopify / react-native-skia

High-performance React Native Graphics using Skia
https://shopify.github.io/react-native-skia
MIT License
6.98k stars 452 forks source link

Render Text with mixed languages/fonts ? #2681

Open lei-cao opened 1 month ago

lei-cao commented 1 month ago

Description

Hi team,

I need to render the Text with mixed languages, let's say English, Japanese, Korean, Chinese. Usually need to use different fonts for them.

Currently, Seems can only use single font. by using const font = matchFont(fontStyle); https://shopify.github.io/react-native-skia/docs/text/text

not sure how could this be handled with multiple fonts supports.

Thank you~