Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype FontsIter = FontsIter (ManagedPtr FontsIter)
- fontsIterCopy :: (HasCallStack, MonadIO m) => FontsIter -> m FontsIter
- fontsIterFree :: (HasCallStack, MonadIO m) => FontsIter -> m ()
- fontsIterGetEncoding :: (HasCallStack, MonadIO m) => FontsIter -> m Text
- fontsIterGetFileName :: (HasCallStack, MonadIO m) => FontsIter -> m Text
- fontsIterGetFontType :: (HasCallStack, MonadIO m) => FontsIter -> m FontType
- fontsIterGetFullName :: (HasCallStack, MonadIO m) => FontsIter -> m Text
- fontsIterGetName :: (HasCallStack, MonadIO m) => FontsIter -> m Text
- fontsIterGetSubstituteName :: (HasCallStack, MonadIO m) => FontsIter -> m Text
- fontsIterIsEmbedded :: (HasCallStack, MonadIO m) => FontsIter -> m Bool
- fontsIterIsSubset :: (HasCallStack, MonadIO m) => FontsIter -> m Bool
- fontsIterNext :: (HasCallStack, MonadIO m) => FontsIter -> m Bool
Exported types
Memory-managed wrapper type.
Instances
Eq FontsIter Source # | |
GBoxed FontsIter Source # | |
Defined in GI.Poppler.Structs.FontsIter | |
ManagedPtrNewtype FontsIter Source # | |
Defined in GI.Poppler.Structs.FontsIter toManagedPtr :: FontsIter -> ManagedPtr FontsIter | |
TypedObject FontsIter Source # | |
Defined in GI.Poppler.Structs.FontsIter | |
HasParentTypes FontsIter Source # | |
Defined in GI.Poppler.Structs.FontsIter | |
IsGValue (Maybe FontsIter) Source # | Convert |
Defined in GI.Poppler.Structs.FontsIter gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe FontsIter -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe FontsIter) | |
type ParentTypes FontsIter Source # | |
Defined in GI.Poppler.Structs.FontsIter |
Methods
Click to display all available methods, including inherited ones
Methods
copy, free, isEmbedded, isSubset, next.
Getters
getEncoding, getFileName, getFontType, getFullName, getName, getSubstituteName.
Setters
None.
copy
:: (HasCallStack, MonadIO m) | |
=> FontsIter |
|
-> m FontsIter | Returns: a new allocated copy of |
Creates a copy of iter
free
:: (HasCallStack, MonadIO m) | |
=> FontsIter |
|
-> m () |
Frees the given FontsIter
getEncoding
:: (HasCallStack, MonadIO m) | |
=> FontsIter |
|
-> m Text | Returns: the font encoding |
Returns the encoding of the font associated with iter
Since: 0.20
getFileName
:: (HasCallStack, MonadIO m) | |
=> FontsIter |
|
-> m Text | Returns: the filename of the font or |
The filename of the font associated with iter
or Nothing
if
the font is embedded
getFontType
:: (HasCallStack, MonadIO m) | |
=> FontsIter |
|
-> m FontType | Returns: the font type |
Returns the type of the font associated with iter
getFullName
:: (HasCallStack, MonadIO m) | |
=> FontsIter |
|
-> m Text | Returns: the font full name |
Returns the full name of the font associated with iter
getName
:: (HasCallStack, MonadIO m) | |
=> FontsIter |
|
-> m Text | Returns: the font name |
Returns the name of the font associated with iter
getSubstituteName
fontsIterGetSubstituteName Source #
:: (HasCallStack, MonadIO m) | |
=> FontsIter |
|
-> m Text | Returns: the name of the substitute font or |
The name of the substitute font of the font associated with iter
or Nothing
if
the font is embedded
Since: 0.20
isEmbedded
:: (HasCallStack, MonadIO m) | |
=> FontsIter |
|
-> m Bool |
Returns whether the font associated with iter
is embedded in the document
isSubset
:: (HasCallStack, MonadIO m) | |
=> FontsIter |
|
-> m Bool |
Returns whether the font associated with iter
is a subset of another font