gi-pangocairo-1.0.15: PangoCairo bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.PangoCairo.Callbacks

Contents

Description

 

Synopsis

Signals

ShapeRendererFunc

dynamic_ShapeRendererFunc Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> FunPtr C_ShapeRendererFunc 
-> Context

cr: a Cairo context with current point set to where the shape should be rendered

-> AttrShape

attr: the AttrTypeShape to render

-> Bool

doPath: whether only the shape path should be appended to current path of cr and no filling/stroking done. This will be set to True when called from layoutPath and layoutLinePath rendering functions.

-> Ptr ()

data: user data passed to contextSetShapeRenderer

-> m ()