I have a font on my Windows 7 machine called “CreativeBlock BB”. When I check it in the Windows fonts directory it shows as one font, but when I copy it I get two files, CREABBRG.TTF (regular) and CREABBB.TTF (the bold version).
I need the bold version in my app, but when testing this in the simulator I can only load the regular, non-bold version using display.newText(’’, x, y, ‘CreativeBlock BB’, fontSize). How do I reference the bold version? I tried the obvious, like adding Bold, -Bold etc., but always get
“Warning: could not load font CreativeBlock BBBold. Using default font.”
Thanks for any help! For what it’s worth, finally it’s supposed to be an iPhone app, not an Android app, I’m just using Windows for development. [import]uid: 10284 topic_id: 11338 reply_id: 311338[/import]