Safe Haskell | None |
---|---|
Language | Haskell98 |
FreeType.Cache.Internal
Contents
Synopsis
- ftc_Manager_New' :: FT_Library -> FT_UInt -> FT_UInt -> FT_ULong -> FTC_Face_Requester -> FT_Pointer -> Ptr FTC_Manager -> IO FT_Error
- ftc_Manager_LookupFace' :: FTC_Manager -> FTC_FaceID -> Ptr FT_Face -> IO FT_Error
- ftc_Manager_LookupSize' :: FTC_Manager -> FTC_Scaler -> Ptr FT_Size -> IO FT_Error
- ftc_ImageCache_New' :: FTC_Manager -> Ptr FTC_ImageCache -> IO FT_Error
- ftc_ImageCache_Lookup' :: FTC_ImageCache -> FTC_ImageType -> FT_UInt -> Ptr FT_Glyph -> Ptr FTC_Node -> IO FT_Error
- ftc_SBitCache_New' :: FTC_Manager -> Ptr FTC_SBitCache -> IO FT_Error
- ftc_SBitCache_Lookup' :: FTC_SBitCache -> FTC_ImageType -> FT_UInt -> Ptr FTC_SBit -> Ptr FTC_Node -> IO FT_Error
- ftc_CMapCache_New' :: FTC_Manager -> Ptr FTC_CMapCache -> IO FT_Error
- ftc_ImageCache_LookupScaler' :: FTC_ImageCache -> FTC_Scaler -> FT_ULong -> FT_UInt -> Ptr FT_Glyph -> Ptr FTC_Node -> IO FT_Error
- ftc_SBitCache_LookupScaler' :: FTC_SBitCache -> FTC_Scaler -> FT_ULong -> FT_UInt -> Ptr FTC_SBit -> Ptr FTC_Node -> IO FT_Error
FTC_Manager_New
Arguments
:: FT_Library | library |
-> FT_UInt | max_faces |
-> FT_UInt | max_sizes |
-> FT_ULong | max_bytes |
-> FTC_Face_Requester | requester |
-> FT_Pointer | req_data |
-> Ptr FTC_Manager | amanager |
-> IO FT_Error |
FTC_Manager_LookupFace
ftc_Manager_LookupFace' Source #
Arguments
:: FTC_Manager | manager |
-> FTC_FaceID | face_id |
-> Ptr FT_Face | aface |
-> IO FT_Error |
FTC_Manager_LookupSize
ftc_Manager_LookupSize' Source #
Arguments
:: FTC_Manager | manager |
-> FTC_Scaler | scaler |
-> Ptr FT_Size | asize |
-> IO FT_Error |
FTC_ImageCache_New
Arguments
:: FTC_Manager | manager |
-> Ptr FTC_ImageCache | acache |
-> IO FT_Error |
FTC_ImageCache_Lookup
ftc_ImageCache_Lookup' Source #
Arguments
:: FTC_ImageCache | cache |
-> FTC_ImageType | type |
-> FT_UInt | gindex |
-> Ptr FT_Glyph | aglyph |
-> Ptr FTC_Node | anode |
-> IO FT_Error |
FTC_SBitCache_New
Arguments
:: FTC_Manager | manager |
-> Ptr FTC_SBitCache | acache |
-> IO FT_Error |
FTC_SBitCache_Lookup
ftc_SBitCache_Lookup' Source #
Arguments
:: FTC_SBitCache | cache |
-> FTC_ImageType | type |
-> FT_UInt | gindex |
-> Ptr FTC_SBit | sbit |
-> Ptr FTC_Node | anode |
-> IO FT_Error |
FTC_CMapCache_New
Arguments
:: FTC_Manager | manager |
-> Ptr FTC_CMapCache | acache |
-> IO FT_Error |
FTC_ImageCache_LookupScaler
ftc_ImageCache_LookupScaler' Source #
Arguments
:: FTC_ImageCache | cache |
-> FTC_Scaler | scaler |
-> FT_ULong | load_flags |
-> FT_UInt | gindex |
-> Ptr FT_Glyph | aglyph |
-> Ptr FTC_Node | anode |
-> IO FT_Error |
FTC_SBitCache_LookupScaler
ftc_SBitCache_LookupScaler' Source #
Arguments
:: FTC_SBitCache | cache |
-> FTC_Scaler | scaler |
-> FT_ULong | load_flags |
-> FT_UInt | gindex |
-> Ptr FTC_SBit | sbit |
-> Ptr FTC_Node | anode |
-> IO FT_Error |