The clock face does not display the month written in bitmap font

Hello. I have a problem that I have already encountered on this forum, but I could not solve it in the ways that were presented here. The problem is that when using a bitmap font in a month, it is not displayed on the clock. At the same time, everything is displayed in the preview window in Watch face studio. The language is English (USA), I checked the other fonts and nothing is visible either, I made sure that each png image of the month was the same in height, and I also made sure that the names of png files were signed in Latin letters. In general, no matter how many options I try, nothing comes out. The latest version of WFS, the watch I’m checking on is Galaxy watch 7 (sm-l305f). Everything except the month is displayed correctly on the dial.





I just had a complaint 3 days ago about this very issue from someone also with a GW7. I am using the same tag (MON_F) which works just fine on my GW5. I have also not had any other complaints about this on my numerous faces that also imply bitmap fonts and use the same tag. I feel like this is something new as I am certain I would have had other complaints about this.

Is there a chance that this is a language thing? Does the tag always return English?

But the bitmap font is no longer text, at least in my case it is. They are just images (.png) so would language be a thing?

My friend, it looks like an easy solution:

use tag: [MON]
it returns values 1-12 and you need those numbers to use them with bitmap fonts.
1=january and so on.

[MON_F] return values (text) “january-december” (not numbers but text).

OK, so try using “digit” and [MON]. I’ve tested it, it works.

I didn’t test your way “other” and [MON_F].

3 Likes

yeah I didnt put much thought into it as far as why I am using (MON_F), but I should at least be using something that correlates with 1-12. I guess I was just looking at the month as text when it’s not. I’ll test out the other way.

1 Like

Thank you very much, wonderful man). I finally made it thanks to your advice.

2 Likes