I would like to check if my observation is true about Corona behaviour with custom fonts.
On Android native.getFontNames() do not give names of custom fonts from bundle. On iOS I can see them listed (function used in main.lua).
So my question: are fonts on Android loaded dynamically or even each time they are used for creation of text and on iOS they are loaded together with the app?