Safe Haskell | None |
---|---|
Language | Haskell98 |
FreeType.Support.Bitmap.Internal
Contents
Synopsis
- ft_Bitmap_Init' :: Ptr FT_Bitmap -> IO ()
- ft_Bitmap_Copy' :: FT_Library -> Ptr FT_Bitmap -> Ptr FT_Bitmap -> IO FT_Error
- ft_Bitmap_Embolden' :: FT_Library -> Ptr FT_Bitmap -> FT_Pos -> FT_Pos -> IO FT_Error
- ft_Bitmap_Convert' :: FT_Library -> Ptr FT_Bitmap -> Ptr FT_Bitmap -> FT_Int -> IO FT_Error
- ft_Bitmap_Blend' :: FT_Library -> Ptr FT_Bitmap -> Ptr FT_Vector -> Ptr FT_Bitmap -> Ptr FT_Vector -> Ptr FT_Color -> IO FT_Error
- ft_GlyphSlot_Own_Bitmap' :: FT_GlyphSlot -> IO FT_Error
- ft_Bitmap_Done' :: FT_Library -> Ptr FT_Bitmap -> IO FT_Error
FT_Bitmap_Init
FT_Bitmap_Copy
FT_Bitmap_Embolden
FT_Bitmap_Convert
FT_Bitmap_Blend
FT_GlyphSlot_Own_Bitmap
ft_GlyphSlot_Own_Bitmap' Source #
Arguments
:: FT_GlyphSlot | slot |
-> IO FT_Error |
FT_Bitmap_Done
Arguments
:: FT_Library | library |
-> Ptr FT_Bitmap | bitmap |
-> IO FT_Error |