react-native-skia icon indicating copy to clipboard operation
react-native-skia copied to clipboard

Render Text with mixed languages/fonts ?

Open lei-cao opened this issue 4 months ago • 0 comments

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~

lei-cao avatar Oct 10 '24 06:10 lei-cao