Replies: 1 comment
-
We don't really have a perfect solution for this, the problem lies with rendering openfl text to an image, and it can be a hassle especially at different scales. I usually suggest FlxBitmapText over FlxText. to apply different colors you can use a white (or greyscale) bitmap and set either |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm targeting Html5 since the end of life of Flash, and I noticed that the text is blurry, even for Pixelated font with the recommended size. Example this one with size 10 or 20.
I see the same issue on the Demo Code FlxTextFormat.
When I add a shadow it gets worse unfortunately. it was very clean before on Flash target.
I'm using HaxeFlixel 4.10 with OpenFL 9.1.0
Flash
Html5
Is there a way to have pixel perfect font AND text formatting ?
I see Bitmap font but it looks more complicated to have different color, format etc.
Beta Was this translation helpful? Give feedback.
All reactions