Hi,
I am trying to use “Times New Roman Bold” in my app. It loads well on simulator but on IOS simulator Bold version of font is not loaded at all. However regular version of font is working fine everywhere but not the Bold version. I have double checked the font name and it is “Times New Roman Bold.ttf”. Here is code from my build.settings file.
settings = { orientation = { default = "portrait", }, iphone = { plist= { UIStatusBarHidden=true, UIApplicationExitsOnSuspend = true, UIPrerenderedIcon = true, UIAppFonts = { "Times New Roman.ttf", "Times New Roman Bold.ttf" }, }, }, }
I have also copied font files in project folder but nothing seems to work. Please help!!
Thanks