• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. setColoredFillPattern :: PDFReference PDFColoredPattern -> Draw ()

    HPDF Graphics.PDF.Pattern

    Set the fill pattern

  2. setColoredStrokePattern :: PDFReference PDFColoredPattern -> Draw ()

    HPDF Graphics.PDF.Pattern

    Set the stroke pattern

  3. setUncoloredFillPattern :: PDFReference PDFUncoloredPattern -> Color -> Draw ()

    HPDF Graphics.PDF.Pattern

    Set the fill pattern

  4. setUncoloredStrokePattern :: PDFReference PDFUncoloredPattern -> Color -> Draw ()

    HPDF Graphics.PDF.Pattern

    Set the stroke pattern

  5. setAsClipPath :: Draw ()

    HPDF Graphics.PDF.Shapes

    Set clipping path

  6. setAsClipPathEO :: Draw ()

    HPDF Graphics.PDF.Shapes

    Set clipping path

  7. setDash :: MonadPath m => DashPattern -> m ()

    HPDF Graphics.PDF.Shapes

    Set the dash pattern

  8. setLineCap :: MonadPath m => CapStyle -> m ()

    HPDF Graphics.PDF.Shapes

    Set line cap

  9. setLineJoin :: MonadPath m => JoinStyle -> m ()

    HPDF Graphics.PDF.Shapes

    Set line join

  10. setMiterLimit :: MonadPath m => PDFFloat -> m ()

    HPDF Graphics.PDF.Shapes

    Set pen width

Page 458 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete