Copyright | (c) 2018 Francisco Vallarino |
---|---|
License | BSD-3-Clause (see the LICENSE file) |
Maintainer | fjvallarino@gmail.com |
Stability | experimental |
Portability | non-portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Provides functions for getting text dimensions and metrics.
Synopsis
- makeFontManager :: [FontDef] -> Double -> IO FontManager
Documentation
:: [FontDef] | The font definitions. |
-> Double | The device pixel rate. |
-> IO FontManager | The created renderer. |
Creates a font manager instance.