I am trying to implement a custom font design .. and need to know SPECIFICS as to what I need to add.
I have looked at the samples .. and cannot get it to work. I always get an error message .. "cannot find source id_font_c64" or something similar.
I have something like this in my source:
using Toybox.WatchUi as Ui;
var font;
font = Ui.loadResource(Rez.Fonts.id_font_c64);
and in the xml file:
<fonts>
<font id="id_font_c64" filename="fonts/commodore.fnt" filter="READY0123456789:." />
</fonts>
I have the xxxxxx.fnt file and xxxxxxx.png files in my fonts folder.
What am I missing ?