Cache all fonts at startup
Hi Community,
Is it possible to cache all fonts at the startup of TouchGFX in order to have a single memory access?
The documentation provides an example of caching a single font associated with a text box when a screen starts. If I understand correctly, this procedure would have to be applied to each screen change and for each text box contained each time.
It would be more useful ( for me ) to have a function like "void Bitmap::cacheAll()" for images.
e.g. "void Font::cacheAll()" to be called in FrontendApplication::FrontandApplication().
Regards
