DLC
14 years agoVisitor
Create Font
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...
"DLC" wrote:"TheEndless" wrote:
Some fonts have multiple different weights. If the font you're using does, ...
Ok, but how can I know if my font does or not please? I have opened the ttf files of my font, which is times for the moment, but i don't see anything concerning the weight, only examples of sizes.