Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. ScriptCuneiform :: Script

    gi-pango GI.Pango.Enums

    Cuneiform. Since 1.14

  2. data TextTransform

    gi-pango GI.Pango.Enums

    An enumeration that affects how Pango treats characters during shaping. Since: 1.50

  3. TextTransformCapitalize :: TextTransform

    gi-pango GI.Pango.Enums

    Display the first character of a word in titlecase

  4. TextTransformLowercase :: TextTransform

    gi-pango GI.Pango.Enums

    Display letters and numbers as lowercase

  5. TextTransformNone :: TextTransform

    gi-pango GI.Pango.Enums

    Leave text unchanged

  6. TextTransformUppercase :: TextTransform

    gi-pango GI.Pango.Enums

    Display letters and numbers as uppercase

  7. attrForegroundAlphaNew :: (HasCallStack, MonadIO m) => Word16 -> m Attribute

    gi-pango GI.Pango.Functions

    Create a new foreground alpha attribute. Since: 1.38

  8. attrForegroundNew :: (HasCallStack, MonadIO m) => Word16 -> Word16 -> Word16 -> m Attribute

    gi-pango GI.Pango.Functions

    Create a new foreground color attribute.

  9. attrTextTransformNew :: (HasCallStack, MonadIO m) => TextTransform -> m Attribute

    gi-pango GI.Pango.Functions

    Create a new attribute that influences how characters are transformed during shaping. Since: 1.50

  10. fontsetForeach :: (HasCallStack, MonadIO m, IsFontset a) => a -> FontsetForeachFunc -> m ()

    gi-pango GI.Pango.Objects.Fontset

    Iterates through all the fonts in a fontset, calling func for each one. If func returns True, that stops the iteration. Since: 1.4

Page 631 of many | Previous | Next