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

Description

Use OtVarAxisInfoT instead.

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

default value of the axis

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

maximum value of the axis

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

minimum value of the axis

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

axis name identifier

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

axis tag

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 ]