freetype2-0.2.0: Haskell bindings for FreeType 2 library

Safe HaskellNone
LanguageHaskell98

FreeType.Support.Glyph.Internal

Contents

Synopsis

FT_Glyph_Stroke

ft_Glyph_Stroke' Source #

Arguments

:: Ptr FT_Glyph

pglyph

-> FT_Stroker

stroker

-> FT_Bool

destroy

-> IO FT_Error 

FT_Glyph_StrokeBorder

ft_Glyph_StrokeBorder' Source #

Arguments

:: Ptr FT_Glyph

pglyph

-> FT_Stroker

stroker

-> FT_Bool

inside

-> FT_Bool

destroy

-> IO FT_Error 

FT_Stroker_New

ft_Stroker_New' Source #

Arguments

:: FT_Library

library

-> Ptr FT_Stroker

astroker

-> IO FT_Error 

FT_Stroker_ParseOutline

FT_Stroker_BeginSubPath

FT_Stroker_EndSubPath

FT_Stroker_LineTo

FT_Stroker_ConicTo

FT_Stroker_CubicTo

ft_Stroker_CubicTo' Source #

Arguments

:: FT_Stroker

stroker

-> Ptr FT_Vector

control1

-> Ptr FT_Vector

control2

-> Ptr FT_Vector

to

-> IO FT_Error 

FT_Stroker_GetBorderCounts

ft_Stroker_GetBorderCounts' Source #

Arguments

:: FT_Stroker

stroker

-> FT_StrokerBorder

border

-> Ptr FT_UInt

anum_points

-> Ptr FT_UInt

anum_contours

-> IO FT_Error 

FT_Stroker_GetCounts

ft_Stroker_GetCounts' Source #

Arguments

:: FT_Stroker

stroker

-> Ptr FT_UInt

anum_points

-> Ptr FT_UInt

anum_contours

-> IO FT_Error