{{newin|[[0.10.0]]|100|type=enum}}
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 ==
* [[parent::love.font]]
* [[love.font.newRasterizer]]
* [[love.font.newTrueTypeRasterizer]]
* [[love.graphics.newFont]]
[[Category:Enums]]
{{#set:Description=True Type hinting mode.}}
== Other Languages ==
{{i18n|HintingMode}}