the bitmapfont work bad in preloader of html5
when i use bitmapfont in A Preloader and the target html5 of openfl project.the text didn't show anything.but when i use after the preloaded, it works fine. i check the console,no error trace.anybody know what's the matter?
that's happening because assets for your font are loading at the time preloader is shown. you need to "hardcode" image and description file in the code (it will increase the size on code). i can help you with it
thank you, what can i do?
you think the reason is because assets for my font are loading at the time preloader is shown.
but i used the font after i load the font png and font config file complete in preloader.
the code like this:


.
