gi-pango-1.0.23: Pango bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Pango.Structs.GlyphInfo

Description

The GlyphInfo structure represents a single glyph together with positioning information and visual attributes. It contains the following fields.

Synopsis

Exported types

newtype GlyphInfo Source #

Memory-managed wrapper type.

Instances

Instances details
Eq GlyphInfo Source # 
Instance details

Defined in GI.Pango.Structs.GlyphInfo

ManagedPtrNewtype GlyphInfo Source # 
Instance details

Defined in GI.Pango.Structs.GlyphInfo

BoxedPtr GlyphInfo Source # 
Instance details

Defined in GI.Pango.Structs.GlyphInfo

CallocPtr GlyphInfo Source # 
Instance details

Defined in GI.Pango.Structs.GlyphInfo

tag ~ 'AttrSet => Constructible GlyphInfo tag Source # 
Instance details

Defined in GI.Pango.Structs.GlyphInfo

Methods

new :: MonadIO m => (ManagedPtr GlyphInfo -> GlyphInfo) -> [AttrOp GlyphInfo tag] -> m GlyphInfo #

newZeroGlyphInfo :: MonadIO m => m GlyphInfo Source #

Construct a GlyphInfo struct initialized to zero.

Methods

Overloaded methods

Properties

attr

the visual attributes of the glyph.

getGlyphInfoAttr :: MonadIO m => GlyphInfo -> m GlyphVisAttr Source #

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

get glyphInfo #attr

geometry

the positional information about the glyph.

getGlyphInfoGeometry :: MonadIO m => GlyphInfo -> m GlyphGeometry Source #

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

get glyphInfo #geometry

glyph

the glyph itself.

getGlyphInfoGlyph :: MonadIO m => GlyphInfo -> m Word32 Source #

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

get glyphInfo #glyph

setGlyphInfoGlyph :: MonadIO m => GlyphInfo -> Word32 -> m () Source #

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

set glyphInfo [ #glyph := value ]