nbschenjie
Newbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024
09:58 AM
about add chinese font lobrary
I would like to add a Simplified Chinese font library to my Roku TV. Could you please provide detailed instructions on how to do this?
2 REPLIES 2
renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024
02:12 PM
Re: about add chinese font lobrary
Sorry, that's not possible.
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
joshbell
Reel Rookie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Re: about add chinese font lobrary
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")