I am trying to specify a ttf font for the rowLabelFont field on a RowLabel node in my XML, but for some reason it is crashing my channel, following the advice here: https://forums.roku.com/viewtopic.php?t=97452
This is my node (rowLabelFont is towards the bottom):
<RowList
id="RowList"
itemComponentName="GridScreenItem"
focusBitmapBlendColor="0x494949"
focusFootprintBlendColor="0x494949"
translation="[0,0]"
numRows="3"[
itemSpacing="[15, 5]"
focusXOffset="[150,150]"
rowFocusAnimationStyle="fixedFocusWrap"
itemSize="[1380, 290]"
rowItemSize="[[1080,225]]"
rowHeights="[290]"
rowItemSpacing="[[40, 10],[40, 10]]"
rowLabelOffset="[[140, 18]]"
variableWidthItems="[true]"
showRowLabel="[false, true]"
showRowCounter="[false, true]"
animateToItem="1"
rowLabelFont="BarlowCondensed-Medium">
<Font role="font" uri ="pkg:/fonts/BarlowCondensed-Medium.ttf" size="24"/>
</RowList>
This is the same setup I use for my Label nodes, and this works fine for those.
WHen I deploy and my channel tries to open, it crashes immediately. I can't really see what the problem is here!!