What I am trying to do is the following:
- For all languages that my custom device supports, load and use my Custom font.
- For languages that my custom font does not support, load and use the default Garmin font.
Is there an easy way to do this? I tried setting a property in a language not supported then checking for that property to change my font variable to the generic one, but that did not work. I guess I could use the method to find the device language (using the long method since I support 2.x devices) and then just define based on that, but I was kind of hoping that there was an easier way.
Anyone have experience doing this?
Thanks!