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.

  1. ft_Bitmap_Done :: FT_Library -> Ptr FT_Bitmap -> IO ()

    freetype2 FreeType.Support.Bitmap

    Additionally frees the passed pointer.

  2. ft_Bitmap_Embolden :: FT_Library -> Ptr FT_Bitmap -> FT_Pos -> FT_Pos -> IO ()

    freetype2 FreeType.Support.Bitmap

    No documentation available.

  3. 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.

  4. ft_Bitmap_With :: FT_Library -> (Ptr FT_Bitmap -> IO a) -> IO a

    freetype2 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.

  5. ft_GlyphSlot_Own_Bitmap :: FT_GlyphSlot -> IO ()

    freetype2 FreeType.Support.Bitmap

    No documentation available.

  6. ft_Bitmap_Blend' :: FT_Library -> Ptr FT_Bitmap -> Ptr FT_Vector -> Ptr FT_Bitmap -> Ptr FT_Vector -> Ptr FT_Color -> IO FT_Error

    freetype2 FreeType.Support.Bitmap.Internal

    No documentation available.

  7. ft_Bitmap_Convert' :: FT_Library -> Ptr FT_Bitmap -> Ptr FT_Bitmap -> FT_Int -> IO FT_Error

    freetype2 FreeType.Support.Bitmap.Internal

    No documentation available.

  8. ft_Bitmap_Copy' :: FT_Library -> Ptr FT_Bitmap -> Ptr FT_Bitmap -> IO FT_Error

    freetype2 FreeType.Support.Bitmap.Internal

    No documentation available.

  9. ft_Bitmap_Done' :: FT_Library -> Ptr FT_Bitmap -> IO FT_Error

    freetype2 FreeType.Support.Bitmap.Internal

    No documentation available.

  10. ft_Bitmap_Embolden' :: FT_Library -> Ptr FT_Bitmap -> FT_Pos -> FT_Pos -> IO FT_Error

    freetype2 FreeType.Support.Bitmap.Internal

    No documentation available.

Page 1158 of many | Previous | Next