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.
-
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.
fileMapChanges :: FileMap -> FileMap -> Map TargetPath FileChangehackage-security Hackage.Security.TUF.FileMap No documentation available.
dimap :: Profunctor p => (a -> b) -> (c -> d) -> p i b c -> p i a dindexed-profunctors Data.Profunctor.Indexed No documentation available.
ixcontramap :: Profunctor p => (j -> i) -> p i a b -> p j a bindexed-profunctors Data.Profunctor.Indexed No documentation available.
lmap :: Profunctor p => (a -> b) -> p i b c -> p i a cindexed-profunctors Data.Profunctor.Indexed No documentation available.
rmap :: Profunctor p => (c -> d) -> p i b c -> p i b dindexed-profunctors Data.Profunctor.Indexed No documentation available.
cairoFontMapGetDefault :: IO FontMappango 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.
cairoFontMapGetResolution :: FontMap -> IO Doublepango Graphics.Rendering.Pango.Cairo Ask for the scaling factor between font size and Cairo units.
- Value is in dots per inch (dpi). See cairoFontMapGetDefault.
cairoFontMapSetResolution :: FontMap -> Double -> IO ()pango Graphics.Rendering.Pango.Cairo Set the scaling factor between font size and Cairo units.
- Value is in dots per inch (dpi). See cairoFontMapGetDefault.
-
pango Graphics.Rendering.Pango.Font No documentation available.