freetype2-0.2.0: Haskell bindings for FreeType 2 library

Safe HaskellNone
LanguageHaskell98

FreeType.Core.Unicode

Contents

Description

Please refer to the Core API > Unicode Variation Sequences chapter of the reference.

Synopsis

FT_Face_GetCharVariantIndex

ft_Face_GetCharVariantIndex Source #

Arguments

:: FT_Face

face

-> FT_ULong

charcode

-> FT_ULong

variantSelector

-> IO FT_UInt 

FT_Face_GetCharVariantIsDefault

ft_Face_GetCharVariantIsDefault Source #

Arguments

:: FT_Face

face

-> FT_ULong

charcode

-> FT_ULong

variantSelector

-> IO FT_Int 

FT_Face_GetVariantSelectors

FT_Face_GetVariantsOfChar

FT_Face_GetCharsOfVariant

ft_Face_GetCharsOfVariant Source #

Arguments

:: FT_Face

face

-> FT_ULong

variantSelector

-> IO (Ptr FT_UInt32)