Hello everybody, In the SDK, there is this example : fontReg.Register("pkg:/fonts/LCDMono.ttf") font = fontReg.Get("LCDMono",36,50,false) ' 36pt, 50 is normal weight, no italics I suppose...
I think it depends on the font. Some fonts have multiple different weights. If the font you're using does, then the number you provide determines which weight to use. If your font only has one weight for bold, then any value you supply will return the same.