freetype2-0.2.0: Haskell bindings for FreeType 2 library

Safe HaskellNone
LanguageHaskell98

FreeType.Support.Advance

Contents

Description

Please refer to the Support API > Quick retrieval of advance values chapter of the reference.

Internal: FreeType.Support.Advance.Internal.

Synopsis

FT_Get_Advance

ft_Get_Advance Source #

Arguments

:: FT_Face

face

-> FT_UInt

gindex

-> FT_Int32

load_flags

-> IO FT_Fixed

advance

FT_Get_Advances

ft_Get_Advances Source #

Arguments

:: FT_Face

face

-> FT_UInt

start

-> FT_UInt

count

-> FT_Int32

load_flags

-> IO FT_Fixed

advances

FT_ADVANCE_FLAG_FAST_ONLY

pattern FT_ADVANCE_FLAG_FAST_ONLY :: (Eq a, Num a) => a Source #