| 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.ScriptIter
Description
A #PangoScriptIter is used to iterate through a string and identify ranges in different scripts.
- newtype ScriptIter = ScriptIter (ForeignPtr ScriptIter)
- noScriptIter :: Maybe ScriptIter
- scriptIterFree :: MonadIO m => ScriptIter -> m ()
- scriptIterGetRange :: MonadIO m => ScriptIter -> m (Text, Text, Script)
- scriptIterNext :: MonadIO m => ScriptIter -> m Bool
Exported types
newtype ScriptIter Source
Constructors
| ScriptIter (ForeignPtr ScriptIter) |
Methods
scriptIterFree
scriptIterFree :: MonadIO m => ScriptIter -> m () Source
scriptIterGetRange
scriptIterGetRange :: MonadIO m => ScriptIter -> m (Text, Text, Script) Source
scriptIterNext
scriptIterNext :: MonadIO m => ScriptIter -> m Bool Source