line2pdf-0.0.6: Simple command-line utility to convert text into PDF

Text.LineToPDF

Documentation

data AppConfig Source

Constructors

forall a . MkAppConfig 

Fields

pageWidth :: Int
 
pageHeight :: Int
 
ptSize :: Float
 
encodings :: [Encoding]
 
srcLines :: [a]
 
srcPut :: a -> IO ()
 
srcEscape :: Char -> a -> a
 
srcLength :: a -> Int
 
srcHead :: a -> Char