Open lei-cao opened 1 month ago
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~
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~