freetype2-0.2.0: Haskell bindings for FreeType 2 library

Safe HaskellNone
LanguageHaskell98

FreeType.Format.BDF.Internal

Contents

Synopsis

FT_Get_BDF_Charset_ID

ft_Get_BDF_Charset_ID' Source #

Arguments

:: FT_Face

face

-> Ptr (Ptr Int8)

acharset_encoding

-> Ptr (Ptr Int8)

acharset_registry

-> IO FT_Error 

FT_Get_BDF_Property

ft_Get_BDF_Property' Source #

Arguments

:: FT_Face

face

-> Ptr Int8

prop_name

-> Ptr BDF_PropertyRec

aproperty

-> IO FT_Error