Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
wizaro
Visitor

Does TextEditBox support fonts?

Does TextEditBox support custom fonts?
I see that it has textColor and hintTextColor fields, but no font fields.
I tried to use custom fonts but they don't work, just color works.

  m.user = m.top.findNode("user")
  m.user.textFont = m.Fonts.Section.node
  m.user.textColor = m.Fonts.Section.color
  m.user.hintTextFont = m.Fonts.Section.node  
  m.user.hintTextColor = m.Fonts.Section.color
0 Kudos
2 REPLIES 2
joetesta
Roku Guru

Re: Does TextEditBox support fonts?

no, sadly several text-related components (overhang title?) don't support font and think you'll have to make custom components if you want control over the font.
aspiring
0 Kudos
chaklasiyanikun
Roku Guru

Re: Does TextEditBox support fonts?

The custom component is required to add fonts in this three (Overhang, TextEditbox, and Checklist) components. Right?

0 Kudos
Community is Temporarily in Read-Only Mode!

We’re upgrading Roku Community to bring you a faster, more mobile-friendly experience. You may notice limited functionality or read-only access during this time. You will not be able to log in or post new comments or kudos during this time. Read more here.

Planned Downtime:
Community will be unavailable for up to 24–48 hours during the upgrade window during the week of May 12 and you may notice reduced functionality. In the meantime, for additional assistance, visit our Support Site.

Thanks for your patience — we’re excited to share what’s next!