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...
Well it looks like roScreen doesn't use the roFontRegistry even if it uses the DrawText function from ifDraw2D, so i changed for a roImageCanvas, and it works fine so i'll go on with canvas.