gi-harfbuzz-0.0.9: 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.AatLayoutFeatureSelectorInfoT

Description

Structure representing a setting for an AatLayoutFeatureTypeT.

Synopsis

Exported types

newtype AatLayoutFeatureSelectorInfoT Source #

Memory-managed wrapper type.

Methods

Properties

disable

The value to turn the selector off

getAatLayoutFeatureSelectorInfoTDisable :: MonadIO m => AatLayoutFeatureSelectorInfoT -> m AatLayoutFeatureSelectorT Source #

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

get aatLayoutFeatureSelectorInfoT #disable

setAatLayoutFeatureSelectorInfoTDisable :: MonadIO m => AatLayoutFeatureSelectorInfoT -> AatLayoutFeatureSelectorT -> m () Source #

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

set aatLayoutFeatureSelectorInfoT [ #disable := value ]

enable

The value to turn the selector on

getAatLayoutFeatureSelectorInfoTEnable :: MonadIO m => AatLayoutFeatureSelectorInfoT -> m AatLayoutFeatureSelectorT Source #

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

get aatLayoutFeatureSelectorInfoT #enable

setAatLayoutFeatureSelectorInfoTEnable :: MonadIO m => AatLayoutFeatureSelectorInfoT -> AatLayoutFeatureSelectorT -> m () Source #

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

set aatLayoutFeatureSelectorInfoT [ #enable := value ]

nameId

The selector's name identifier

getAatLayoutFeatureSelectorInfoTNameId :: MonadIO m => AatLayoutFeatureSelectorInfoT -> m Word32 Source #

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

get aatLayoutFeatureSelectorInfoT #nameId

setAatLayoutFeatureSelectorInfoTNameId :: MonadIO m => AatLayoutFeatureSelectorInfoT -> Word32 -> m () Source #

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

set aatLayoutFeatureSelectorInfoT [ #nameId := value ]