Closed GoogleCodeExporter closed 8 years ago
Is there a specific app you're using where you see this behavior? Please
provide a detailed list of steps you used to reproduce the issue.
What's your Chromecast firmware version, Nexus Player version, and Google Cast
Receiver app version (for the Nexus Player)?
Original comment by jonathan...@google.com
on 6 Nov 2015 at 6:04
Please provide the requested information.
Original comment by jonathan...@google.com
on 13 Nov 2015 at 8:54
This situation happens in my application, which I developed. In code, I changes
the style of font via this method:
currentStyle.setFontGenericFamily(value);
currentStyle is an instance of TextTrackStyle class and value is for example
TextTrackStyle.FONT_FAMILY_MONOSPACED_SERIF.
As I wrote, in Chromecast this works fine, but if I try to use this on Nexus
Player, this method has no effect.
Chromecast firmware version: 1.17.46278
Nexus Player version: 6.0, Build MRA58N
Google Cast Receiver app version: 1.16.45911
Original comment by sklenick...@gmail.com
on 27 Nov 2015 at 11:55
Android TV currently has a different font set from Chromecast, which is why
setFontGenericFamily works on Chromecast but not Android TV. It's not something
we plan on implementing in the near future, but I will update this ticket if
that ever changes.
Original comment by jonathan...@google.com
on 5 Jan 2016 at 11:14
Original issue reported on code.google.com by
sklenick...@gmail.com
on 4 Nov 2015 at 10:04