Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. lmap :: Profunctor p => (a -> b) -> p i b c -> p i a c

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

  2. rmap :: Profunctor p => (c -> d) -> p i b c -> p i b d

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

  3. cairoFontMapGetDefault :: IO FontMap

    pango Graphics.Rendering.Pango.Cairo

    Retrieve the default FontMap that contains a list of available fonts.

    • One purpose of creating an explicit FontMap is to set a different scaling factor between font sizes (in points, pt) and Cairo units (in pixels). The default is 96dpi (dots per inch) which corresponds to an average screen as output medium. A 10pt font will therefore scale to 10pt * (1/72 pt/inch) * (96 pixel/inch) = 13.3 pixel.

  4. cairoFontMapGetResolution :: FontMap -> IO Double

    pango Graphics.Rendering.Pango.Cairo

    Ask for the scaling factor between font size and Cairo units.

  5. cairoFontMapSetResolution :: FontMap -> Double -> IO ()

    pango Graphics.Rendering.Pango.Cairo

    Set the scaling factor between font size and Cairo units.

  6. data FontMap

    pango Graphics.Rendering.Pango.Font

    No documentation available.

  7. class GObjectClass o => FontMapClass o

    pango Graphics.Rendering.Pango.Font

    No documentation available.

  8. pangoFontMapListFamilies :: FontMap -> IO [FontFamily]

    pango Graphics.Rendering.Pango.Font

    Ask for the different font families that a particular back-end supports.

  9. foldMapU :: Monoid m => (a -> m) -> MaxQueue a -> m

    pqueue Data.PQueue.Max

    Unordered monoidal fold on a priority queue.

  10. foldMapU :: Monoid m => (a -> m) -> MinQueue a -> m

    pqueue Data.PQueue.Min

    Unordered monoidal fold on a priority queue.

Page 624 of many | Previous | Next