gi-harfbuzz-0.0.5: HarfBuzz bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.HarfBuzz.Structs.BufferT

Description

The main structure holding the input text and its properties before shaping, and output glyphs and their information after shaping.

Synopsis

Exported types

newtype BufferT Source #

Memory-managed wrapper type.

Constructors

BufferT (ManagedPtr BufferT) 

Instances

Instances details
Eq BufferT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.BufferT

Methods

(==) :: BufferT -> BufferT -> Bool #

(/=) :: BufferT -> BufferT -> Bool #

GBoxed BufferT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.BufferT

ManagedPtrNewtype BufferT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.BufferT

TypedObject BufferT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.BufferT

Methods

glibType :: IO GType #

HasParentTypes BufferT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.BufferT

IsGValue (Maybe BufferT) Source #

Convert BufferT to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.HarfBuzz.Structs.BufferT

type ParentTypes BufferT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.BufferT

type ParentTypes BufferT = '[] :: [Type]

Methods