Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. data FileMap

    hackage-security Hackage.Security.TUF.FileMap

    Mapping from paths to file info File maps are used in target files; the paths are relative to the location of the target files containing the file map.

  2. fileMapChanges :: FileMap -> FileMap -> Map TargetPath FileChange

    hackage-security Hackage.Security.TUF.FileMap

    No documentation available.

  3. dimap :: Profunctor p => (a -> b) -> (c -> d) -> p i b c -> p i a d

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

  4. ixcontramap :: Profunctor p => (j -> i) -> p i a b -> p j a b

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

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

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

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

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

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

  8. cairoFontMapGetResolution :: FontMap -> IO Double

    pango Graphics.Rendering.Pango.Cairo

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

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

    pango Graphics.Rendering.Pango.Cairo

    Set the scaling factor between font size and Cairo units.

  10. data FontMap

    pango Graphics.Rendering.Pango.Font

    No documentation available.

Page 621 of many | Previous | Next