Possible bitmap font style bug

In case any WFS developers are reading this: When using styles on a bitmap font for a digital clock complication, the 10 MB memory limit for the AOD is exceeded. In my case, the memory requirement jumps from 2 to 18 MB.

1 Like

I just gotta ask but I am assuming you’re doing all you can to keep your file sizes low. For my bitmap fonts they are always in the kb’s in terms of file size and saved as white, transparent .png’s

2 Likes

@BFD how big are the fonts?

@imrulanwar836 @MergeLabs
The fonts are large, but that’s not the point. I explained it unclearly: If I use one of these bitmap fonts in a time tag expression, it requires 2MB of memory. If I use the exact same font in a digital clock field, the RAM requirement for the AOD jumps to 18MB.
In total, all images of one bitmap font have a size of approximately 750KB on the hard disk (those should require significantly more space in RAM if completly loaded into RAM, which apparently happens when the Digital Clock field is used).

can you upload a file where it can be reproduced?

Do you have complications? Try changing the “order” of them…

When creating using WFF on android studio, if they are placed on top of the file the limit blows, when placing them at the end it works, maybe the same happens with WFS…

1 Like