| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell98 |
Graphics.UI.SDL.TTF.Types
- data KerningStatus
- data TTFError
- data TTFStyle
- data TTFHinting
Documentation
Constructors
| TTFNormal | |
| TTFBold | |
| TTFItalic | |
| TTFUnderline | |
| TTFStrikethrough |
data TTFHinting Source
Hinting
Font hinting is the use of mathematical instructions to adjust the display of an outline font so that it lines up with a rasterized grid. At small screen sizes, with or without antialiasing, hinting is critical for producing a clear, legible text for human readers.
Constructors
| TTFHNormal | |
| TTFHLight | |
| TTFHMono | |
| TTFHNone |
Instances