HintingMode
Available since LÖVE 0.10.0
This enum is not supported in earlier versions.
True Type hinting mode.
Constants
- normal
- Default hinting. Should be preferred for typical antialiased fonts.
- light
- Results in fuzzier text but can sometimes preserve the original glyph shapes of the text better than normal hinting.
- mono
- Results in aliased / unsmoothed text with either full opacity or completely transparent pixels. Should be used when antialiasing is not desired for the font.
- none
- Disables hinting for the font. Results in fuzzier text.
See Also
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/HintingMode