Portability | portable |
---|---|
Stability | provisional |
Maintainer | Esa Ilari Vuokko <ei@vuokko.info> |
A collection of FFI declarations for interfacing with Win32.
Documentation
type PitchAndFamily = UINTSource
type OutPrecision = UINTSource
type ClipPrecision = UINTSource
type FontQuality = UINTSource
type FontWeight = Word32Source
createFont :: INT -> INT -> INT -> INT -> FontWeight -> Bool -> Bool -> Bool -> CharSet -> OutPrecision -> ClipPrecision -> FontQuality -> PitchAndFamily -> FaceName -> IO HFONTSource
c_CreateFont :: INT -> INT -> INT -> INT -> FontWeight -> Bool -> Bool -> Bool -> CharSet -> OutPrecision -> ClipPrecision -> FontQuality -> PitchAndFamily -> LPCTSTR -> IO HFONTSource
deleteFont :: HFONT -> IO ()Source
getStockFont :: StockFont -> IO HFONTSource