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.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

Properties

colorIndex

the palette color index of the layer

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

the glyph ID of the layer

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 ]