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.
setOtVarAxisTTag :: MonadIO m => OtVarAxisT -> Word32 -> m ()gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT Set the value of the “tag” field. When overloading is enabled, this is equivalent to
set otVarAxisT [ #tag := value ]
getVariationTTag :: MonadIO m => VariationT -> m Word32gi-harfbuzz GI.HarfBuzz.Structs.VariationT Get the value of the “tag” field. When overloading is enabled, this is equivalent to
get variationT #tag
getVariationTValue :: MonadIO m => VariationT -> m Floatgi-harfbuzz GI.HarfBuzz.Structs.VariationT Get the value of the “value” field. When overloading is enabled, this is equivalent to
get variationT #value
setVariationTTag :: MonadIO m => VariationT -> Word32 -> m ()gi-harfbuzz GI.HarfBuzz.Structs.VariationT Set the value of the “tag” field. When overloading is enabled, this is equivalent to
set variationT [ #tag := value ]
setVariationTValue :: MonadIO m => VariationT -> Float -> m ()gi-harfbuzz GI.HarfBuzz.Structs.VariationT Set the value of the “value” field. When overloading is enabled, this is equivalent to
set variationT [ #value := value ]
getVarIntTI32 :: MonadIO m => VarIntT -> m Int32gi-harfbuzz GI.HarfBuzz.Unions.VarIntT Get the value of the “i32” field. When overloading is enabled, this is equivalent to
get varIntT #i32
getVarIntTU32 :: MonadIO m => VarIntT -> m Word32gi-harfbuzz GI.HarfBuzz.Unions.VarIntT Get the value of the “u32” field. When overloading is enabled, this is equivalent to
get varIntT #u32
setVarIntTI32 :: MonadIO m => VarIntT -> Int32 -> m ()gi-harfbuzz GI.HarfBuzz.Unions.VarIntT Set the value of the “i32” field. When overloading is enabled, this is equivalent to
set varIntT [ #i32 := value ]
setVarIntTU32 :: MonadIO m => VarIntT -> Word32 -> m ()gi-harfbuzz GI.HarfBuzz.Unions.VarIntT Set the value of the “u32” field. When overloading is enabled, this is equivalent to
set varIntT [ #u32 := value ]
getVarNumTF :: MonadIO m => VarNumT -> m Floatgi-harfbuzz GI.HarfBuzz.Unions.VarNumT Get the value of the “f” field. When overloading is enabled, this is equivalent to
get varNumT #f