gi-cairo-1.0.30: Cairo bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Cairo.Structs.TextCluster

Description

No description available in the introspection data.

Synopsis

Exported types

newZeroTextCluster :: MonadIO m => m TextCluster Source #

Construct a TextCluster struct initialized to zero.

Methods

Properties

numBytes

No description available in the introspection data.

getTextClusterNumBytes :: MonadIO m => TextCluster -> m Int32 Source #

Get the value of the “num_bytes” field. When overloading is enabled, this is equivalent to

get textCluster #numBytes

setTextClusterNumBytes :: MonadIO m => TextCluster -> Int32 -> m () Source #

Set the value of the “num_bytes” field. When overloading is enabled, this is equivalent to

set textCluster [ #numBytes := value ]

numGlyphs

No description available in the introspection data.

getTextClusterNumGlyphs :: MonadIO m => TextCluster -> m Int32 Source #

Get the value of the “num_glyphs” field. When overloading is enabled, this is equivalent to

get textCluster #numGlyphs

setTextClusterNumGlyphs :: MonadIO m => TextCluster -> Int32 -> m () Source #

Set the value of the “num_glyphs” field. When overloading is enabled, this is equivalent to

set textCluster [ #numGlyphs := value ]