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.
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.
ft_Set_MM_WeightVector :: FT_Face -> [FT_Fixed] -> IO ()freetype2 FreeType.Format.Multiple No documentation available.
ft_Get_MM_WeightVector' :: FT_Face -> Ptr FT_UInt -> Ptr FT_Fixed -> IO FT_Errorfreetype2 FreeType.Format.Multiple.Internal No documentation available.
ft_Set_MM_WeightVector' :: FT_Face -> FT_UInt -> Ptr FT_Fixed -> IO FT_Errorfreetype2 FreeType.Format.Multiple.Internal No documentation available.
ft_Vector_From_Polar :: FT_Fixed -> FT_Angle -> FT_Vectorfreetype2 FreeType.Support.Computations No documentation available.
ft_Vector_Length :: FT_Vector -> FT_Fixedfreetype2 FreeType.Support.Computations No documentation available.
ft_Vector_Polarize :: FT_Vector -> (FT_Fixed, FT_Angle)freetype2 FreeType.Support.Computations No documentation available.
ft_Vector_Rotate :: FT_Angle -> FT_Vector -> FT_Vectorfreetype2 FreeType.Support.Computations No documentation available.
ft_Vector_Transform :: FT_Matrix -> FT_Vector -> FT_Vectorfreetype2 FreeType.Support.Computations No documentation available.
ft_Vector_Unit :: FT_Angle -> FT_Vectorfreetype2 FreeType.Support.Computations No documentation available.