gi-harfbuzz-0.0.1: HarfBuzz bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
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 #

IsGValue BufferT Source #

Convert BufferT to and from GValue with toGValue and fromGValue.

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 #

GBoxed BufferT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.BufferT

HasParentTypes BufferT Source # 
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

Overloaded methods