SVGFonts-1.7.0.1: Fonts from the SVG-Font format

Safe HaskellNone
LanguageHaskell2010

Graphics.SVGFonts.Fonts

Contents

Synopsis

Built-in fonts

bit :: (Read n, RealFloat n) => IO (PreparedFont n) #

Bitstream, a standard monospaced font (used in gedit)

lin :: (Read n, RealFloat n) => IO (PreparedFont n) #

Linux Libertine, for non-monospaced text. http://www.linuxlibertine.org/ Contains a lot of unicode characters.

lin2 :: (Read n, RealFloat n) => IO (PreparedFont n) #

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) #

Load a font from a file in the data directory.