Forum Discussion
RokuKC
11 years agoRoku Employee
"hugetv" wrote:
implement this background to Canvas
list.Push({
Text: str
TextAttrs: {color: textColor, Font:"Medium", HAlign:"left", VAlign:"left", Direction:"LeftToRight"}
TargetRect: {x:100, y:yTxt, w: 300, h: 250}
})
Possibly you mean to have VAlign:"top" instead of VAlign:"left"?
Otherwise I'm not sure what the question might be.