Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
I have a component that contains a label and I am wondering if there is a antialias method that I can apply. I perform scaling on the component and when I do so, the font gets all distorted.
I have created a custom scroller with "items" (a LayoutGroup with Group children). The "active" item has a scale of 1.0 and the "inactive" items are assigned a scale of 0.9. Within these items I am using a Label component. When the item is scaled to greater of less than 1.0 the Label text experiences a lot of distortion.