Hey!
There seems to be an issue with the simulator in Windows and font families. When printing all available fonts by using
local fonts = native.getFontNames()
it only prints the ‘root’ of all fonts but not the children of font families.
For example, I have a font family installed called “Quattrocento”, with subtypes for bold, italic and so on. The simulator only accepts the root “Quattrocento” font name as valid, and does not recognise the subtypes.
Thanks