Query: Placing OTF Font Resources in External storage in Qt for MCUs
-
I am working on a Qt for MCUs application and currently using OTF font files with the Static font engine. The font quality is good with OTF, but internal flash usage becomes very high. When I use FMP fonts, flash usage is low, but some glyphs do not render properly.
Any guidance on the correct approach to move OTF font storage to external memory would be very helpful.
Thank you.