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

  2. getVariationTTag :: MonadIO m => VariationT -> m Word32

    gi-harfbuzz GI.HarfBuzz.Structs.VariationT

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

    get variationT #tag
    

  3. getVariationTValue :: MonadIO m => VariationT -> m Float

    gi-harfbuzz GI.HarfBuzz.Structs.VariationT

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

    get variationT #value
    

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

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

  6. getVarIntTI32 :: MonadIO m => VarIntT -> m Int32

    gi-harfbuzz GI.HarfBuzz.Unions.VarIntT

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

    get varIntT #i32
    

  7. getVarIntTU32 :: MonadIO m => VarIntT -> m Word32

    gi-harfbuzz GI.HarfBuzz.Unions.VarIntT

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

    get varIntT #u32
    

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

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

  10. getVarNumTF :: MonadIO m => VarNumT -> m Float

    gi-harfbuzz GI.HarfBuzz.Unions.VarNumT

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

    get varNumT #f
    

Page 67 of many | Previous | Next