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.
FontScaleSmallCaps :: FontScalegi-pango GI.Pango.Enums Change the font to a size suitable for Small Caps
VariantAllPetiteCaps :: Variantgi-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
VariantAllSmallCaps :: Variantgi-pango GI.Pango.Enums A font with all characters replaced by smaller variants of the capital characters. Since: 1.50
-
gi-pango GI.Pango.Enums A font with the lower case characters replaced by smaller variants of the capital characters.
attrAllowBreaksNew :: (HasCallStack, MonadIO m) => Bool -> m Attributegi-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
attrFallbackNew :: (HasCallStack, MonadIO m) => Bool -> m Attributegi-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
-
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.
callFunction :: DocumentedFunction e -> LuaE e NumResultshslua-packaging HsLua.Packaging.Function No documentation available.
-
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.)
callFunction :: DocumentedFunction e -> LuaE e NumResultshslua-packaging HsLua.Packaging.Types No documentation available.