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.Objects.FontsetSimple
Contents
Description
FontsetSimple
is a implementation of the abstract
Fontset
base class in terms of an array of fonts,
which the creator provides when constructing the
FontsetSimple
.
- newtype FontsetSimple = FontsetSimple (ManagedPtr FontsetSimple)
- class GObject o => IsFontsetSimple o
- toFontsetSimple :: (MonadIO m, IsFontsetSimple o) => o -> m FontsetSimple
- noFontsetSimple :: Maybe FontsetSimple
- fontsetSimpleAppend :: (HasCallStack, MonadIO m, IsFontsetSimple a, IsFont b) => a -> b -> m ()
- fontsetSimpleNew :: (HasCallStack, MonadIO m) => Language -> m FontsetSimple
- fontsetSimpleSize :: (HasCallStack, MonadIO m, IsFontsetSimple a) => a -> m Int32
Exported types
newtype FontsetSimple Source #
Constructors
FontsetSimple (ManagedPtr FontsetSimple) |
class GObject o => IsFontsetSimple o Source #
Instances
toFontsetSimple :: (MonadIO m, IsFontsetSimple o) => o -> m FontsetSimple Source #
Methods
append
Arguments
:: (HasCallStack, MonadIO m, IsFontsetSimple a, IsFont b) | |
=> a |
|
-> b |
|
-> m () |
Adds a font to the fontset.
new
Arguments
:: (HasCallStack, MonadIO m) | |
=> Language |
|
-> m FontsetSimple | Returns: the newly allocated |
Creates a new FontsetSimple
for the given language.
size
Arguments
:: (HasCallStack, MonadIO m, IsFontsetSimple a) | |
=> a |
|
-> m Int32 | Returns: the size of |
Returns the number of fonts in the fontset.