Forum Discussion
2 Replies
- renojimCommunity Streaming Expert
Sorry, that's not possible.
- joshbellReel Rookie
Adding Simplified Chinese Fonts to Roku TV
Roku doesn’t natively allow adding font libraries, but you can embed custom fonts in your app:
- Add a .ttf or .otf font to your app’s fonts folder.
- Reference it in your manifest:
<font alias="ChineseFont" file="fonts/SimplifiedChinese.ttf" />
- Apply it in BrightScript:
textLabel.SetFont("ChineseFont")