| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Pango.Structs.GlyphGeometry
Description
The #PangoGlyphGeometry structure contains width and positioning information for a single glyph.
- newtype GlyphGeometry = GlyphGeometry (ForeignPtr GlyphGeometry)
- newZeroGlyphGeometry :: MonadIO m => m GlyphGeometry
- noGlyphGeometry :: Maybe GlyphGeometry
- glyphGeometryReadWidth :: GlyphGeometry -> IO Int32
- glyphGeometryReadXOffset :: GlyphGeometry -> IO Int32
- glyphGeometryReadYOffset :: GlyphGeometry -> IO Int32
Exported types
newtype GlyphGeometry Source
Constructors
| GlyphGeometry (ForeignPtr GlyphGeometry) |
Instances
| ((~) * info (ResolveGlyphGeometryMethod t GlyphGeometry), MethodInfo * info GlyphGeometry p) => IsLabel t (GlyphGeometry -> p) Source | |
| ((~) * info (ResolveGlyphGeometryMethod t GlyphGeometry), MethodInfo * info GlyphGeometry p) => IsLabelProxy t (GlyphGeometry -> p) Source | |
newZeroGlyphGeometry :: MonadIO m => m GlyphGeometry Source
Construct a GlyphGeometry struct initialized to zero.