OpenFL does not provide native support for bitmap text. You would need to create your own implementation using BitmapData. Or you would need to find a library that someone else created.
Here are the Haxelib download stats for HaxeFlixel. Over 30000 downloads of the 6.1.0 update.
I didn’t use it for quite a while so I don’t know if it still works but I’d be willing to fix issues if there are some : if you try it and have issues let me know
High DPI currently works well on macOS too. Until recently, SDL did not support high DPI on Windows at all. They initially added it to SDL2, but it is challenging to configure this feature on SDL2 properly, so we have not enabled it on Windows yet. However, in Lime 9, we plan to upgrade to SDL3 and high DPI will be supported on all native platforms, including Windows, macOS, and Linux.
By the way, administrator, have you tested the rendering performance of creatjs? Because on my computer, the rendering performance of creatjs is much higher than that of openfl and starling ..
As I said, Lime 9 will likely use SDL3. This is not the next version.
Yes, AIR supports high DPI. Using OpenFL’s AIR target will allow you to use high DPI, even on Windows. The current limitations for high DPI on Windows affect cpp, neko, and hashlink targets only.