Copyright | (c) Alastair Reid 1997-2003 |
---|---|
License | BSD-style (see the file libraries/base/LICENSE) |
Maintainer | Esa Ilari Vuokko <ei@vuokko.info> |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
A collection of FFI declarations for interfacing with Win32.
Documentation
type PitchAndFamily = UINT #
type OutPrecision = UINT #
type ClipPrecision = UINT #
type FontQuality = UINT #
type FontWeight = Word32 #
aNSI_CHARSET :: CharSet #
oEM_CHARSET :: CharSet #
fW_THIN :: FontWeight #
fW_LIGHT :: FontWeight #
fW_NORMAL :: FontWeight #
fW_MEDIUM :: FontWeight #
fW_BOLD :: FontWeight #
fW_HEAVY :: FontWeight #
createFont :: INT -> INT -> INT -> INT -> FontWeight -> Bool -> Bool -> Bool -> CharSet -> OutPrecision -> ClipPrecision -> FontQuality -> PitchAndFamily -> FaceName -> IO HFONT #
fW_BLACK :: FontWeight #
c_CreateFont :: INT -> INT -> INT -> INT -> FontWeight -> Bool -> Bool -> Bool -> CharSet -> OutPrecision -> ClipPrecision -> FontQuality -> PitchAndFamily -> LPCTSTR -> IO HFONT #
deleteFont :: HFONT -> IO () #
getStockFont :: StockFont -> IO HFONT #