Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. module Hackage.Security.TUF.FileMap

    Information about files Intended to be double imported

    import Hackage.Security.TUF.FileMap (FileMap)
    import qualified Hackage.Security.TUF.FileMap as FileMap
    

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

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

    hackage-security Hackage.Security.TUF.FileMap

    No documentation available.

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

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

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

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

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

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

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

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

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

  9. cairoFontMapGetResolution :: FontMap -> IO Double

    pango Graphics.Rendering.Pango.Cairo

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

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

    pango Graphics.Rendering.Pango.Cairo

    Set the scaling factor between font size and Cairo units.

Page 622 of many | Previous | Next