Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- bit :: (Read n, RealFloat n) => IO (PreparedFont n)
- lin :: (Read n, RealFloat n) => IO (PreparedFont n)
- lin2 :: (Read n, RealFloat n) => IO (PreparedFont n)
- loadDataFont :: (Read n, RealFloat n) => FilePath -> IO (PreparedFont n)
Built-in fonts
bit :: (Read n, RealFloat n) => IO (PreparedFont n) Source #
Bitstream, a standard monospaced font (used in gedit)
lin :: (Read n, RealFloat n) => IO (PreparedFont n) Source #
Linux Libertine, for non-monospaced text. http://www.linuxlibertine.org/ Contains a lot of unicode characters.
lin2 :: (Read n, RealFloat n) => IO (PreparedFont n) Source #
Linux Libertine, cut to contain only the most common characters. This results in a smaller file and hence a quicker load time.
loadDataFont :: (Read n, RealFloat n) => FilePath -> IO (PreparedFont n) Source #
Load a font from a file in the data directory.