Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.Cairo.Structs.TextCluster
Description
No description available in the introspection data.
Synopsis
- newtype TextCluster = TextCluster (ManagedPtr TextCluster)
- newZeroTextCluster :: MonadIO m => m TextCluster
- getTextClusterNumBytes :: MonadIO m => TextCluster -> m Int32
- setTextClusterNumBytes :: MonadIO m => TextCluster -> Int32 -> m ()
- getTextClusterNumGlyphs :: MonadIO m => TextCluster -> m Int32
- setTextClusterNumGlyphs :: MonadIO m => TextCluster -> Int32 -> m ()
Exported types
newtype TextCluster Source #
Memory-managed wrapper type.
Constructors
TextCluster (ManagedPtr TextCluster) |
Instances
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 ]