{-# OPTIONS_GHC -optc-D__GLASGOW_HASKELL__=606 #-} {-# OPTIONS_GHC -optc-D_GNU_SOURCE=1 #-} {-# OPTIONS_GHC -optc-D_REENTRANT #-} {-# LINE 1 "Graphics/UI/SDL/TTF/Types.hsc" #-} ----------------------------------------------------------------------------- {-# LINE 2 "Graphics/UI/SDL/TTF/Types.hsc" #-} -- | -- Module : Graphics.UI.SDL.TTF.Types -- Copyright : (c) David Himmelstrup 2005 -- License : BSD-like -- -- Maintainer : lemmih@gmail.com -- Stability : provisional -- Portability : portable -- ----------------------------------------------------------------------------- module Graphics.UI.SDL.TTF.Types ( FontStruct , Font ) where import Foreign data FontStruct type Font = ForeignPtr FontStruct