gi-pango-1.0.21: Pango bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.Pango.Structs.GlyphVisAttr

Contents

Description

The PangoGlyphVisAttr is used to communicate information between the shaping phase and the rendering phase. More attributes may be added in the future.

Synopsis

Exported types

newZeroGlyphVisAttr :: MonadIO m => m GlyphVisAttr Source #

Construct a GlyphVisAttr struct initialized to zero.

Properties

isClusterStart

set for the first logical glyph in each cluster. (Clusters are stored in visual order, within the cluster, glyphs are always ordered in logical order, since visual order is meaningless; that is, in Arabic text, accent glyphs follow the glyphs for the base character.)

getGlyphVisAttrIsClusterStart :: MonadIO m => GlyphVisAttr -> m Word32 Source #

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

get glyphVisAttr #isClusterStart

setGlyphVisAttrIsClusterStart :: MonadIO m => GlyphVisAttr -> Word32 -> m () Source #

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

set glyphVisAttr [ #isClusterStart := value ]