Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
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
.
Synopsis
- newtype FontsetSimple = FontsetSimple (ManagedPtr FontsetSimple)
- class (GObject o, IsDescendantOf FontsetSimple 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 #
Memory-managed wrapper type.
Instances
GObject FontsetSimple Source # | |
Defined in GI.Pango.Objects.FontsetSimple gobjectType :: IO GType # | |
HasParentTypes FontsetSimple Source # | |
Defined in GI.Pango.Objects.FontsetSimple | |
type ParentTypes FontsetSimple Source # | |
Defined in GI.Pango.Objects.FontsetSimple |
class (GObject o, IsDescendantOf FontsetSimple o) => IsFontsetSimple o Source #
Type class for types which can be safely cast to FontsetSimple
, for instance with toFontsetSimple
.
Instances
(GObject o, IsDescendantOf FontsetSimple o) => IsFontsetSimple o Source # | |
Defined in GI.Pango.Objects.FontsetSimple |
toFontsetSimple :: (MonadIO m, IsFontsetSimple o) => o -> m FontsetSimple Source #
Cast to FontsetSimple
, for types for which this is known to be safe. For general casts, use castTo
.
noFontsetSimple :: Maybe FontsetSimple Source #
A convenience alias for Nothing
:: Maybe
FontsetSimple
.
Methods
append
:: (HasCallStack, MonadIO m, IsFontsetSimple a, IsFont b) | |
=> a |
|
-> b |
|
-> m () |
Adds a font to the fontset.
new
:: (HasCallStack, MonadIO m) | |
=> Language |
|
-> m FontsetSimple | Returns: the newly allocated |
Creates a new FontsetSimple
for the given language.
size
:: (HasCallStack, MonadIO m, IsFontsetSimple a) | |
=> a |
|
-> m Int32 | Returns: the size of |
Returns the number of fonts in the fontset.