Hi,
Going kinda nuts here trying to figure out why I can't get custom fonts to work.
I created a super minimal watch face example generated using the Eclipse standard watchface template (no settings) and then added the font from the "Analog" watch face included in the SDK sample folder. Code is available here: https://github.com/joekaczmarek/garmin-custom-font
Added a fonts.xml with the following contents:
<fonts> <font id="id_font_black_diamond" filename="blackdiamond.fnt" filter="0123456789" /> </fonts>
Error I get (both on the simulator and a physical Fenix5) is the following:
Failed invoking <symbol> Invalid Value in WatchFace (Rez:23) in onLayout (/Users/asimilator/Projects/MONTEST/source/MONTESTView.mc:14)
Anyone know what I'm doing wrong here? Interestingly, I can run Analog in the sim and on my device with no problems.