gi-pango-1.0.10: Pango 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.Pango.Structs.GlyphInfo

Contents

Description

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

Synopsis

Exported types

newtype GlyphInfo Source #

Constructors

GlyphInfo (ManagedPtr GlyphInfo) 

Instances

WrappedPtr GlyphInfo Source # 
(~) AttrOpTag tag AttrSet => Constructible GlyphInfo tag Source # 

Methods

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

((~) * info (ResolveGlyphInfoMethod t GlyphInfo), MethodInfo * info GlyphInfo p) => IsLabel t (GlyphInfo -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> GlyphInfo -> p #

((~) * info (ResolveGlyphInfoMethod t GlyphInfo), MethodInfo * info GlyphInfo p) => IsLabelProxy t (GlyphInfo -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> GlyphInfo -> p

HasAttributeList * GlyphInfo Source # 
type AttributeList GlyphInfo Source # 
type AttributeList GlyphInfo

newZeroGlyphInfo :: MonadIO m => m GlyphInfo Source #

Construct a GlyphInfo struct initialized to zero.

Properties

attr

glyphInfo_attr :: AttrLabelProxy "attr" Source #

geometry

glyphInfo_geometry :: AttrLabelProxy "geometry" Source #

glyph

glyphInfo_glyph :: AttrLabelProxy "glyph" Source #