gi-harfbuzz-0.0.3: 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

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 ]