freetype2-0.2.0: Haskell bindings for FreeType 2 library

Safe HaskellNone
LanguageHaskell98

FreeType.Core.Size

Contents

Description

Please refer to the Core API > Size Management chapter of the reference.

Internal: FreeType.Core.Size.Internal.

Synopsis

FT_New_Size

ft_New_Size Source #

Arguments

:: FT_Face

face

-> IO FT_Size

size

ft_With_Size Source #

Arguments

:: FT_Face

face

-> (FT_Size -> IO a) 
-> IO a 

bracket over ft_New_Size and ft_Done_Size.

The provided FT_Size should not be used after this function terminates.

FT_Done_Size

ft_Done_Size Source #

Arguments

:: FT_Size

size

-> IO () 

FT_Activate_Size

ft_Activate_Size Source #

Arguments

:: FT_Size

size

-> IO ()