gi-harfbuzz-0.0.2: 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.OtColorLayerT

Description

Pairs of glyph and color index.

Since: 2.1.0

Synopsis

Exported types

newtype OtColorLayerT Source #

Memory-managed wrapper type.

Constructors

OtColorLayerT (ManagedPtr OtColorLayerT) 

Instances

Instances details
Eq OtColorLayerT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.OtColorLayerT

BoxedPtr OtColorLayerT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.OtColorLayerT

CallocPtr OtColorLayerT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.OtColorLayerT

Methods

boxedPtrCalloc :: IO (Ptr OtColorLayerT)

ManagedPtrNewtype OtColorLayerT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.OtColorLayerT

Methods

toManagedPtr :: OtColorLayerT -> ManagedPtr OtColorLayerT

tag ~ 'AttrSet => Constructible OtColorLayerT tag Source # 
Instance details

Defined in GI.HarfBuzz.Structs.OtColorLayerT

Methods

new :: MonadIO m => (ManagedPtr OtColorLayerT -> OtColorLayerT) -> [AttrOp OtColorLayerT tag] -> m OtColorLayerT

newZeroOtColorLayerT :: MonadIO m => m OtColorLayerT Source #

Construct a OtColorLayerT struct initialized to zero.

Methods

Overloaded methods

Properties

colorIndex

No description available in the introspection data.

getOtColorLayerTColorIndex :: MonadIO m => OtColorLayerT -> m Word32 Source #

Get the value of the “color_index” field. When overloading is enabled, this is equivalent to

get otColorLayerT #colorIndex

setOtColorLayerTColorIndex :: MonadIO m => OtColorLayerT -> Word32 -> m () Source #

Set the value of the “color_index” field. When overloading is enabled, this is equivalent to

set otColorLayerT [ #colorIndex := value ]

glyph

No description available in the introspection data.

getOtColorLayerTGlyph :: MonadIO m => OtColorLayerT -> m Word32 Source #

Get the value of the “glyph” field. When overloading is enabled, this is equivalent to

get otColorLayerT #glyph

setOtColorLayerTGlyph :: MonadIO m => OtColorLayerT -> Word32 -> m () Source #

Set the value of the “glyph” field. When overloading is enabled, this is equivalent to

set otColorLayerT [ #glyph := value ]