Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. ft_Get_MM_WeightVector :: FT_Face -> FT_UInt -> IO [FT_Fixed]

    freetype2 FreeType.Format.Multiple

    If ft_Get_MM_Weight_Vector throws FT_Err_Invalid_Argument (because len provided was too small), it is automatically called again with the correct value.

  2. ft_Set_MM_WeightVector :: FT_Face -> [FT_Fixed] -> IO ()

    freetype2 FreeType.Format.Multiple

    No documentation available.

  3. ft_Get_MM_WeightVector' :: FT_Face -> Ptr FT_UInt -> Ptr FT_Fixed -> IO FT_Error

    freetype2 FreeType.Format.Multiple.Internal

    No documentation available.

  4. ft_Set_MM_WeightVector' :: FT_Face -> FT_UInt -> Ptr FT_Fixed -> IO FT_Error

    freetype2 FreeType.Format.Multiple.Internal

    No documentation available.

  5. ft_Vector_From_Polar :: FT_Fixed -> FT_Angle -> FT_Vector

    freetype2 FreeType.Support.Computations

    No documentation available.

  6. ft_Vector_Length :: FT_Vector -> FT_Fixed

    freetype2 FreeType.Support.Computations

    No documentation available.

  7. ft_Vector_Polarize :: FT_Vector -> (FT_Fixed, FT_Angle)

    freetype2 FreeType.Support.Computations

    No documentation available.

  8. ft_Vector_Rotate :: FT_Angle -> FT_Vector -> FT_Vector

    freetype2 FreeType.Support.Computations

    No documentation available.

  9. ft_Vector_Transform :: FT_Matrix -> FT_Vector -> FT_Vector

    freetype2 FreeType.Support.Computations

    No documentation available.

  10. ft_Vector_Unit :: FT_Angle -> FT_Vector

    freetype2 FreeType.Support.Computations

    No documentation available.

Page 103 of many | Previous | Next