Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
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
- 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
Eq FontsetSimple Source # | |
Defined in GI.Pango.Objects.FontsetSimple (==) :: FontsetSimple -> FontsetSimple -> Bool # (/=) :: FontsetSimple -> FontsetSimple -> Bool # | |
IsGValue FontsetSimple Source # | Convert |
Defined in GI.Pango.Objects.FontsetSimple toGValue :: FontsetSimple -> IO GValue # fromGValue :: GValue -> IO FontsetSimple # | |
ManagedPtrNewtype FontsetSimple Source # | |
Defined in GI.Pango.Objects.FontsetSimple | |
TypedObject FontsetSimple Source # | |
Defined in GI.Pango.Objects.FontsetSimple | |
GObject FontsetSimple Source # | |
Defined in GI.Pango.Objects.FontsetSimple | |
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
.
Methods
Overloaded 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.