gi-poppler-0.18.12: Poppler 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.Poppler.Structs.TextAttributes

Contents

Description

A TextAttributes is used to describe text attributes of a range of text

Synopsis

Exported types

newZeroTextAttributes :: MonadIO m => m TextAttributes Source #

Construct a TextAttributes struct initialized to zero.

Methods

copy

textAttributesCopy Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> TextAttributes

textAttrs: a TextAttributes to copy

-> m TextAttributes

Returns: a new allocated copy of textAttrs

Creates a copy of textAttrs

Since: 0.18

free

textAttributesFree Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> TextAttributes

textAttrs: a TextAttributes

-> m () 

Frees the given TextAttributes

Since: 0.18

new

textAttributesNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m TextAttributes

Returns: a new TextAttributes, use textAttributesFree to free it

Creates a new TextAttributes

Since: 0.18

Properties

color

endIndex

fontName

fontSize

isUnderlined

startIndex