fontconfig-pure-0.5.1.0: Queries your system (Linux/BSD/etc) font database.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.Text.Font.Choose.Result

Description

Exceptions which can be thrown by FontConfig.

Synopsis

Documentation

throwBool :: Bool -> IO () Source #

Converts a pass|failure return value into a Haskell exception.

throwNull :: Ptr a -> IO (Ptr a) Source #

Turns a failed allocation into a Haskell exception.

throwString :: String -> IO () Source #

Turns a serialized string into a Haskell exception.