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

Description

No description available in the introspection data.

Since: 1.4.2

Synopsis

Exported types

newtype VariationT Source #

Memory-managed wrapper type.

newZeroVariationT :: MonadIO m => m VariationT Source #

Construct a VariationT struct initialized to zero.

Methods

Overloaded methods

Properties

tag

No description available in the introspection data.

getVariationTTag :: MonadIO m => VariationT -> m Word32 Source #

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

get variationT #tag

setVariationTTag :: MonadIO m => VariationT -> Word32 -> m () Source #

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

set variationT [ #tag := value ]

value

No description available in the introspection data.

getVariationTValue :: MonadIO m => VariationT -> m Float Source #

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

get variationT #value

setVariationTValue :: MonadIO m => VariationT -> Float -> m () Source #

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

set variationT [ #value := value ]