gi-harfbuzz-0.0.4: HarfBuzz bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.HarfBuzz.Structs.OtVarAxisT

Description

No description available in the introspection data.

Since: 1.4.2

Synopsis

Exported types

newtype OtVarAxisT Source #

Memory-managed wrapper type.

Constructors

OtVarAxisT (ManagedPtr OtVarAxisT) 

Instances

Instances details
Eq OtVarAxisT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.OtVarAxisT

BoxedPtr OtVarAxisT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.OtVarAxisT

CallocPtr OtVarAxisT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.OtVarAxisT

ManagedPtrNewtype OtVarAxisT Source # 
Instance details

Defined in GI.HarfBuzz.Structs.OtVarAxisT

Methods

toManagedPtr :: OtVarAxisT -> ManagedPtr OtVarAxisT

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

Defined in GI.HarfBuzz.Structs.OtVarAxisT

Methods

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

newZeroOtVarAxisT :: MonadIO m => m OtVarAxisT Source #

Construct a OtVarAxisT struct initialized to zero.

Methods

Properties

defaultValue

No description available in the introspection data.

getOtVarAxisTDefaultValue :: MonadIO m => OtVarAxisT -> m Float Source #

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

get otVarAxisT #defaultValue

setOtVarAxisTDefaultValue :: MonadIO m => OtVarAxisT -> Float -> m () Source #

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

set otVarAxisT [ #defaultValue := value ]

maxValue

No description available in the introspection data.

getOtVarAxisTMaxValue :: MonadIO m => OtVarAxisT -> m Float Source #

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

get otVarAxisT #maxValue

setOtVarAxisTMaxValue :: MonadIO m => OtVarAxisT -> Float -> m () Source #

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

set otVarAxisT [ #maxValue := value ]

minValue

No description available in the introspection data.

getOtVarAxisTMinValue :: MonadIO m => OtVarAxisT -> m Float Source #

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

get otVarAxisT #minValue

setOtVarAxisTMinValue :: MonadIO m => OtVarAxisT -> Float -> m () Source #

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

set otVarAxisT [ #minValue := value ]

nameId

No description available in the introspection data.

getOtVarAxisTNameId :: MonadIO m => OtVarAxisT -> m Word32 Source #

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

get otVarAxisT #nameId

setOtVarAxisTNameId :: MonadIO m => OtVarAxisT -> Word32 -> m () Source #

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

set otVarAxisT [ #nameId := value ]

tag

No description available in the introspection data.

getOtVarAxisTTag :: MonadIO m => OtVarAxisT -> m Word32 Source #

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

get otVarAxisT #tag

setOtVarAxisTTag :: MonadIO m => OtVarAxisT -> Word32 -> m () Source #

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

set otVarAxisT [ #tag := value ]