I have a custom font and defined in resources as fonts/font with an id id_font_watch and filename fonts/watch.fnt
The watch.fnt and .png is in the fonts folder.
Then in the layout resource I have defined the font attribute to id_font_watch
The docs say the font id can be...
Gfx Font constant or the ID of a user defined font.
But I get an error
BUILD: ERROR: Attribute "font" in ID "TimeLabel" has an invalid value "id_font_watch".
Does the layout support user defined fonts?
HELP!