| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.HarfBuzz.Structs.BufferT
Contents
Description
The main structure holding the input text and its properties before shaping, and output glyphs and their information after shaping.
Exported types
Memory-managed wrapper type.
Instances
| Eq BufferT Source # | |
| GBoxed BufferT Source # | |
Defined in GI.HarfBuzz.Structs.BufferT | |
| ManagedPtrNewtype BufferT Source # | |
Defined in GI.HarfBuzz.Structs.BufferT Methods toManagedPtr :: BufferT -> ManagedPtr BufferT | |
| TypedObject BufferT Source # | |
Defined in GI.HarfBuzz.Structs.BufferT | |
| HasParentTypes BufferT Source # | |
Defined in GI.HarfBuzz.Structs.BufferT | |
| IsGValue (Maybe BufferT) Source # | Convert |
Defined in GI.HarfBuzz.Structs.BufferT Methods gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe BufferT -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe BufferT) | |
| type ParentTypes BufferT Source # | |
Defined in GI.HarfBuzz.Structs.BufferT | |