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.
setLinePenalty :: PDFFloat -> TM ps s ()HPDF Graphics.PDF.Typesetting No documentation available.
setLineSkip :: PDFFloat -> PDFFloat -> PDFFloat -> TM ps s ()HPDF Graphics.PDF.Typesetting No documentation available.
setLineSkipLimit :: PDFFloat -> TM ps s ()HPDF Graphics.PDF.Typesetting No documentation available.
setParaStyle :: ParagraphStyle ps s => ps -> TM ps s ()HPDF Graphics.PDF.Typesetting Change the current paragraph style
setSecondPassTolerance :: PDFFloat -> TM ps s ()HPDF Graphics.PDF.Typesetting No documentation available.
setStyle :: MonadStyle s m => s -> m ()HPDF Graphics.PDF.Typesetting Set the current text style
setWritingSystem :: WritingSystem -> TM ps s ()HPDF Graphics.PDF.Typesetting No documentation available.
setAttribute :: (ToSElem a, Stringable b) => String -> a -> StringTemplate b -> StringTemplate bHStringTemplate Text.StringTemplate Yields a StringTemplate with the appropriate attribute set. If the attribute already exists, it is appended to a list.
setEncoder :: Stringable a => (a -> a) -> StringTemplate a -> StringTemplate aHStringTemplate 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.
setEncoderGroup :: Stringable a => (a -> a) -> STGroup a -> STGroup aHStringTemplate Text.StringTemplate Sets an encoding function of a group that all values are rendered with in each enclosed template