Cannot load and use a font in a watch app

Help!

Loading the font like this

fontA = Ui.loadResource(Rez.Fonts.id_font_watch);

then doing this

dc.drawText(20,20,fontA, "READY.", Gfx.TEXT_JUSTIFY_CENTER);

But I don't see anything. The font is defined in resources.xml EXACTLY the same way as in the C64Face example. I've also copied the .fnt and .png from the C64Face example to my /fonts folder EXACTLY the same as the C64Face example.

Would really appreciate it if someone could show me what I've done wrong!? Ta!