- Joined
- Jul 16, 2013
- Messages
- 117
- Reaction score
- 26
- First Language
- English
- Primarily Uses
- RMMV
How to you prevent font blurring in RPG Maker MZ?
That doesn't work. Blurring still occurs regardless of whether the Font Smoothing-setting is on or off:VisuMZ_CoreEngine -> Quality of Life settings -> Font Smoothing
By using bitmap fonts instead:
or,![]()
Hakuen Studio Bitmap Font for RPG Maker MV MZ by Hakuen Studio
Bitmap fonts for RPG Maker!hakuenstudio.itch.io
![]()
RPG-Maker-MZ-project/Font change.js at main · Geraldlin24/RPG-Maker-MZ-project
Contribute to Geraldlin24/RPG-Maker-MZ-project development by creating an account on GitHub.github.com
Bitmap.prototype._drawTextOutline = function(text, tx, ty, maxWidth) {};