Where to define fonts? (no ressources.xml)

Heyho,

could someone provide some help, before this stuff is going to drive me bananas?

I am working on my first watch face. At the moment I am done with the graphics design part.

The next thing I want to add is some data fields. For the text I want to use the good old "Times New Roman" since it fits the style of my watch face. Well, quite obviously the whole fonts stuff isn't quite as easy as I would've thought. For starters, there doesn't seem to be "Times New Roman" to begin with. I found another font I'd like to use, but the process is the same, I guess.

I used BMFont to convert my downloaded custom font to a *.fnt and a *.png file.

I created a folder "fonts" in the "resources" folder and pasted my 2 new files. Next I wanted to define my fonts but ... just, where? There's no ressources.xml. That's the file I am pointed to again and again for that matter. Guess my project's structure is a bit different.

Can I define the font(s) in the layout xml? And for later use: are vector fonts a whole different topic?