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. setLinePenalty :: PDFFloat -> TM ps s ()

    HPDF Graphics.PDF.Typesetting

    No documentation available.

  2. setLineSkip :: PDFFloat -> PDFFloat -> PDFFloat -> TM ps s ()

    HPDF Graphics.PDF.Typesetting

    No documentation available.

  3. setLineSkipLimit :: PDFFloat -> TM ps s ()

    HPDF Graphics.PDF.Typesetting

    No documentation available.

  4. setParaStyle :: ParagraphStyle ps s => ps -> TM ps s ()

    HPDF Graphics.PDF.Typesetting

    Change the current paragraph style

  5. setSecondPassTolerance :: PDFFloat -> TM ps s ()

    HPDF Graphics.PDF.Typesetting

    No documentation available.

  6. setStyle :: MonadStyle s m => s -> m ()

    HPDF Graphics.PDF.Typesetting

    Set the current text style

  7. setWritingSystem :: WritingSystem -> TM ps s ()

    HPDF Graphics.PDF.Typesetting

    No documentation available.

  8. setAttribute :: (ToSElem a, Stringable b) => String -> a -> StringTemplate b -> StringTemplate b

    HStringTemplate Text.StringTemplate

    Yields a StringTemplate with the appropriate attribute set. If the attribute already exists, it is appended to a list.

  9. setEncoder :: Stringable a => (a -> a) -> StringTemplate a -> StringTemplate a

    HStringTemplate Text.StringTemplate

    Sets an encoding function of a template that all values are rendered with. For example one useful encoder would be stringToHtmlString. All attributes will be encoded once and only once.

  10. setEncoderGroup :: Stringable a => (a -> a) -> STGroup a -> STGroup a

    HStringTemplate Text.StringTemplate

    Sets an encoding function of a group that all values are rendered with in each enclosed template

Page 460 of many | Previous | Next