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. FontScaleSmallCaps :: FontScale

    gi-pango GI.Pango.Enums

    Change the font to a size suitable for Small Caps

  2. VariantAllPetiteCaps :: Variant

    gi-pango GI.Pango.Enums

    A font with all characters replaced by smaller variants of the capital characters. Petite Caps can be even smaller than Small Caps. Since: 1.50

  3. VariantAllSmallCaps :: Variant

    gi-pango GI.Pango.Enums

    A font with all characters replaced by smaller variants of the capital characters. Since: 1.50

  4. VariantSmallCaps :: Variant

    gi-pango GI.Pango.Enums

    A font with the lower case characters replaced by smaller variants of the capital characters.

  5. attrAllowBreaksNew :: (HasCallStack, MonadIO m) => Bool -> m Attribute

    gi-pango GI.Pango.Functions

    Create a new allow-breaks attribute. If breaks are disabled, the range will be kept in a single run, as far as possible. Since: 1.44

  6. attrFallbackNew :: (HasCallStack, MonadIO m) => Bool -> m Attribute

    gi-pango GI.Pango.Functions

    Create a new font fallback attribute. If fallback is disabled, characters will only be used from the closest matching font on the system. No fallback will be done to other fonts on the system that might contain the characters in the text. Since: 1.4

  7. layoutMoveCursorVisually :: (HasCallStack, MonadIO m, IsLayout a) => a -> Bool -> Int32 -> Int32 -> Int32 -> m (Int32, Int32)

    gi-pango GI.Pango.Objects.Layout

    Computes a new cursor position from an old position and a direction. If direction is positive, then the new position will cause the strong or weak cursor to be displayed one position to right of where it was with the old cursor position. If direction is negative, it will be moved to the left. In the presence of bidirectional text, the correspondence between logical and visual order will depend on the direction of the current run, and there may be jumps when the cursor is moved off of the end of a run. Motion here is in cursor positions, not in characters, so a single call to this function may move the cursor over multiple characters when multiple characters combine to form a single grapheme.

  8. callFunction :: DocumentedFunction e -> LuaE e NumResults

    hslua-packaging HsLua.Packaging.Function

    No documentation available.

  9. Call :: Operation

    hslua-packaging HsLua.Packaging.Module

    The call operation func(args). This event happens when Lua tries to call a non-function value (that is, func is not a function). The metamethod is looked up in func. If present, the metamethod is called with func as its first argument, followed by the arguments of the original call (args). All results of the call are the result of the operation. (This is the only metamethod that allows multiple results.)

  10. callFunction :: DocumentedFunction e -> LuaE e NumResults

    hslua-packaging HsLua.Packaging.Types

    No documentation available.

Page 506 of many | Previous | Next