Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ft_Bitmap_Done :: FT_Library -> Ptr FT_Bitmap -> IO ()freetype2 FreeType.Support.Bitmap Additionally frees the passed pointer.
ft_Bitmap_Embolden :: FT_Library -> Ptr FT_Bitmap -> FT_Pos -> FT_Pos -> IO ()freetype2 FreeType.Support.Bitmap No documentation available.
ft_Bitmap_Init :: IO (Ptr FT_Bitmap)freetype2 FreeType.Support.Bitmap Newly created FT_Bitmap is allocated using malloc and thus must be freed manually.
ft_Bitmap_With :: FT_Library -> (Ptr FT_Bitmap -> IO a) -> IO afreetype2 FreeType.Support.Bitmap bracket over ft_Outline_Init and ft_Bitmap_Done. The provided Ptr FT_Bitmap should not be used after this function terminates.
ft_GlyphSlot_Own_Bitmap :: FT_GlyphSlot -> IO ()freetype2 FreeType.Support.Bitmap No documentation available.
-
freetype2 FreeType.Support.Bitmap.Internal No documentation available.
ft_Bitmap_Convert' :: FT_Library -> Ptr FT_Bitmap -> Ptr FT_Bitmap -> FT_Int -> IO FT_Errorfreetype2 FreeType.Support.Bitmap.Internal No documentation available.
ft_Bitmap_Copy' :: FT_Library -> Ptr FT_Bitmap -> Ptr FT_Bitmap -> IO FT_Errorfreetype2 FreeType.Support.Bitmap.Internal No documentation available.
ft_Bitmap_Done' :: FT_Library -> Ptr FT_Bitmap -> IO FT_Errorfreetype2 FreeType.Support.Bitmap.Internal No documentation available.
ft_Bitmap_Embolden' :: FT_Library -> Ptr FT_Bitmap -> FT_Pos -> FT_Pos -> IO FT_Errorfreetype2 FreeType.Support.Bitmap.Internal No documentation available.