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.

  1. getOtVarAxisTDefaultValue :: MonadIO m => OtVarAxisT -> m Float

    gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT

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

    get otVarAxisT #defaultValue
    

  2. getOtVarAxisTMaxValue :: MonadIO m => OtVarAxisT -> m Float

    gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT

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

    get otVarAxisT #maxValue
    

  3. getOtVarAxisTMinValue :: MonadIO m => OtVarAxisT -> m Float

    gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT

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

    get otVarAxisT #minValue
    

  4. getOtVarAxisTNameId :: MonadIO m => OtVarAxisT -> m Word32

    gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT

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

    get otVarAxisT #nameId
    

  5. getOtVarAxisTTag :: MonadIO m => OtVarAxisT -> m Word32

    gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT

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

    get otVarAxisT #tag
    

  6. newZeroOtVarAxisT :: MonadIO m => m OtVarAxisT

    gi-harfbuzz GI.HarfBuzz.Structs.OtVarAxisT

    Construct a OtVarAxisT struct initialized to zero.

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

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 66 of many | Previous | Next