Tyler_Smith
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2016
09:27 AM
Font antialiasing?
Hi,
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.
Any guidance would be appreciated.
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.
Any guidance would be appreciated.
Tyler Smith
17 REPLIES 17
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2016
04:16 PM
Re: Font antialiasing?
would it be feasible to redraw the label with an updated font size after scaling?
aspiring
Tyler_Smith
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2016
07:38 AM
Re: Font antialiasing?
I've tried this with no luck unfortunately.
Tyler Smith
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2016
01:23 PM
Re: Font antialiasing?
perhaps you should be more specific what component and how scaling?
Tyler_Smith
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2016
11:08 AM
Re: Font antialiasing?
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.
Tyler Smith
_rossbower
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2016
11:39 AM
Re: Font antialiasing?
I am having this exact same issue. If I come up with a solution I'll post it. Hopefully someone can come to our aid!
Tyler_Smith
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2016
04:01 PM
Re: Font antialiasing?
Hopefully they'll be a fix for the issue in the next Firmware release 🙂
If I figure anything out before then I'll be sure to drop a line.
If I figure anything out before then I'll be sure to drop a line.
Tyler Smith
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2016
05:27 PM
Re: Font antialiasing?
"Don't" comes to mind as a workaround 🙂
As in "don't use scaling as a way to highlight the current item"
As in "don't use scaling as a way to highlight the current item"
Tyler_Smith
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2016
07:08 PM
Re: Font antialiasing?
Design team is asking for it, so I have to atleast try 🙂
Tyler Smith
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2016
07:16 PM
Re: Font antialiasing?
"Tyler Smith" wrote:
Design team is asking for it, so I have to atleast try 🙂
Show them the result then: "Mission accomplished!" :mrgreen:
On a side note, how about using instead width, height and <font/> ?