William
03/16/2025, 4:44 PMWilliam
03/16/2025, 4:45 PMWilliam
03/16/2025, 4:47 PMfontFamilyResolver.preload(
FontFamily(
Font("NotoColorEmoji", emojiFontByte),
Font("NotoSansJP", japaneseFontByte),
Font("NotoSansSC", simplifiedChineseFontByte),
Font("NotoSansTC", traditionalChineseFontByte),
Font("NotoSansKR", koreanFontByte),
)
)
I tried comment out emoji, then the JP characters will appear, is it only one font that can be used as fallback?William
03/16/2025, 4:50 PMfontFamilyResolver.preload(FontFamily(Font("NotoColorEmoji", emojiFontByte)))
fontFamilyResolver.preload(FontFamily(Font("NotoSansJP", japaneseFontByte))) fontFamilyResolver.preload(FontFamily(Font("NotoSansSC", simplifiedChineseFontByte)))
fontFamilyResolver.preload(FontFamily(Font("NotoSansTC", traditionalChineseFontByte)))
fontFamilyResolver.preload(FontFamily(Font("NotoSansKR", koreanFontByte)))
uh......William
03/17/2025, 3:03 PMWilliam
03/17/2025, 3:07 PM