I am using Custom Font file (HelveticaNeue.ttf) to customise Label in Roku Application.
When running application on the Roku device with resolution 1920x1080, the label is looking good but when running the same sample on the Roku device with 1280x720 resolution, the label text looks pixelating.
<Label color="0xffffffff" text="Sample Text">
<Font role="font" uri="pkg:/fonts/HelveticaNeue.ttf" size="23" />
</Label>
Please help me out to resolve this issue.
Thanks in Advance.