freetype2-0.2.0: Haskell bindings for FreeType 2 library

Safe HaskellNone
LanguageHaskell98

FreeType.Format.Multiple.Internal

Contents

Synopsis

FT_Get_Multi_Master

FT_Get_MM_Var

ft_Get_MM_Var' Source #

Arguments

:: FT_Face

face

-> Ptr (Ptr FT_MM_Var)

amaster

-> IO FT_Error 

FT_Done_MM_Var

ft_Done_MM_Var' Source #

Arguments

:: FT_Library

library

-> Ptr FT_MM_Var

amaster

-> IO FT_Error 

FT_Set_MM_Design_Coordinates

ft_Set_MM_Design_Coordinates' Source #

Arguments

:: FT_Face

face

-> FT_UInt

num_coords

-> Ptr FT_Long

coords

-> IO FT_Error 

FT_Set_Var_Design_Coordinates

FT_Get_Var_Design_Coordinates

FT_Set_MM_Blend_Coordinates

ft_Set_MM_Blend_Coordinates' Source #

Arguments

:: FT_Face

face

-> FT_UInt

num_coords

-> Ptr FT_Fixed

coords

-> IO FT_Error 

FT_Get_MM_Blend_Coordinates

ft_Get_MM_Blend_Coordinates' Source #

Arguments

:: FT_Face

face

-> FT_UInt

num_coords

-> Ptr FT_Fixed

coords

-> IO FT_Error 

FT_Set_Var_Blend_Coordinates

FT_Get_Var_Blend_Coordinates

FT_Set_MM_WeightVector

ft_Set_MM_WeightVector' Source #

Arguments

:: FT_Face

face

-> FT_UInt

len

-> Ptr FT_Fixed

weightvector

-> IO FT_Error 

FT_Get_MM_WeightVector

ft_Get_MM_WeightVector' Source #

Arguments

:: FT_Face

face

-> Ptr FT_UInt

len

-> Ptr FT_Fixed

weightvector

-> IO FT_Error 

FT_Get_Var_Axis_Flags

ft_Get_Var_Axis_Flags' Source #

Arguments

:: Ptr FT_MM_Var

master

-> FT_UInt

axis_index

-> Ptr FT_UInt

flags

-> IO FT_Error 

FT_Set_Named_Instance

ft_Set_Named_Instance' Source #

Arguments

:: FT_Face

face

-> FT_UInt

instance_index

-> IO FT_Error