Hi, I’m pretty new to haxe (and loving it !). So far I always found an answer to my questions by searching, but can’t seem to find anything on this one so I’m asking here.
In as3 when you embed a .ttf font which is a “font family” you have options you can specify to get the regular version or italic version etc : is there anything like that with haxe/openFL ?
(I understand I can probably split those font families into multiple .ttf, just wondering)
Our tools currently expect only one font per TTF. In fact, I’m not sure if I’ve used a TTF with multiple styles before
At runtime, TextField does have some support for using bold, italic, bold italic or regular variations on the same font, but generally each font is treated separately