Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getOtVarAxisTDefaultValue :: MonadIO m => OtVarAxisT -> m Floatgi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT Get the value of the “default_value” field. When overloading is enabled, this is equivalent to
get otVarAxisT #defaultValue
getOtVarAxisTMaxValue :: MonadIO m => OtVarAxisT -> m Floatgi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT Get the value of the “max_value” field. When overloading is enabled, this is equivalent to
get otVarAxisT #maxValue
getOtVarAxisTMinValue :: MonadIO m => OtVarAxisT -> m Floatgi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT Get the value of the “min_value” field. When overloading is enabled, this is equivalent to
get otVarAxisT #minValue
getOtVarAxisTNameId :: MonadIO m => OtVarAxisT -> m Word32gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT Get the value of the “name_id” field. When overloading is enabled, this is equivalent to
get otVarAxisT #nameId
getOtVarAxisTTag :: MonadIO m => OtVarAxisT -> m Word32gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT Get the value of the “tag” field. When overloading is enabled, this is equivalent to
get otVarAxisT #tag
newZeroOtVarAxisT :: MonadIO m => m OtVarAxisTgi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT Construct a OtVarAxisT struct initialized to zero.
setOtVarAxisTDefaultValue :: MonadIO m => OtVarAxisT -> Float -> m ()gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT Set the value of the “default_value” field. When overloading is enabled, this is equivalent to
set otVarAxisT [ #defaultValue := value ]
setOtVarAxisTMaxValue :: MonadIO m => OtVarAxisT -> Float -> m ()gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT Set the value of the “max_value” field. When overloading is enabled, this is equivalent to
set otVarAxisT [ #maxValue := value ]
setOtVarAxisTMinValue :: MonadIO m => OtVarAxisT -> Float -> m ()gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT Set the value of the “min_value” field. When overloading is enabled, this is equivalent to
set otVarAxisT [ #minValue := value ]
setOtVarAxisTNameId :: MonadIO m => OtVarAxisT -> Word32 -> m ()gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT Set the value of the “name_id” field. When overloading is enabled, this is equivalent to
set otVarAxisT [ #nameId := value ]