| 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.AttrSize
Description
The #PangoAttrSize structure is used to represent attributes which set font size.
- newtype AttrSize = AttrSize (ForeignPtr AttrSize)
- newZeroAttrSize :: MonadIO m => m AttrSize
- noAttrSize :: Maybe AttrSize
- attrSizeReadAbsolute :: AttrSize -> IO Word32
- attrSizeReadAttr :: AttrSize -> IO Attribute
- attrSizeReadSize :: AttrSize -> IO Int32
Exported types
Constructors
| AttrSize (ForeignPtr AttrSize) |
newZeroAttrSize :: MonadIO m => m AttrSize Source
Construct a AttrSize struct initialized to zero.
Properties
Absolute
Attr
Size
attrSizeReadSize :: AttrSize -> IO Int32 Source