gi-pangocairo-1.0.10: 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.Functions

Contents

Description

 

Synopsis

Methods

contextGetFontOptions

contextGetFontOptions :: (MonadIO m, IsContext a) => a -> m (Maybe FontOptions) Source #

contextGetResolution

contextGetResolution :: (MonadIO m, IsContext a) => a -> m Double Source #

contextSetFontOptions

contextSetFontOptions :: (MonadIO m, IsContext a) => a -> Maybe FontOptions -> m () Source #

contextSetResolution

contextSetResolution :: (MonadIO m, IsContext a) => a -> Double -> m () Source #

contextSetShapeRenderer

contextSetShapeRenderer :: (MonadIO m, IsContext a) => a -> Maybe ShapeRendererFunc -> m () Source #

createContext

createContext :: MonadIO m => Context -> m Context Source #

createLayout

createLayout :: MonadIO m => Context -> m Layout Source #

errorUnderlinePath

errorUnderlinePath :: MonadIO m => Context -> Double -> Double -> Double -> Double -> m () Source #

glyphStringPath

glyphStringPath :: (MonadIO m, IsFont a) => Context -> a -> GlyphString -> m () Source #

layoutLinePath

layoutLinePath :: MonadIO m => Context -> LayoutLine -> m () Source #

layoutPath

layoutPath :: (MonadIO m, IsLayout a) => Context -> a -> m () Source #

showErrorUnderline

showErrorUnderline :: MonadIO m => Context -> Double -> Double -> Double -> Double -> m () Source #

showGlyphItem

showGlyphItem :: MonadIO m => Context -> Text -> GlyphItem -> m () Source #

showGlyphString

showGlyphString :: (MonadIO m, IsFont a) => Context -> a -> GlyphString -> m () Source #

showLayout

showLayout :: (MonadIO m, IsLayout a) => Context -> a -> m () Source #

showLayoutLine

showLayoutLine :: MonadIO m => Context -> LayoutLine -> m () Source #

updateContext

updateContext :: (MonadIO m, IsContext a) => Context -> a -> m () Source #

updateLayout

updateLayout :: (MonadIO m, IsLayout a) => Context -> a -> m () Source #