shess
8 years agoVisitor
Get Font from Label in BrightScript?
In XML, if I define a label to use a custom font:
In BrightScript, how do I get to the actual ifFont object so that I can make calls like GetOneLineWidth?
<Label>
id="label"
<Font role = "font" uri = "pkg:/fonts/font.ttf" size = "24" />
</Label>
In BrightScript, how do I get to the actual ifFont object so that I can make calls like GetOneLineWidth?