line2pdf-0.0.4: 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 :: Int
 
language :: Language
 
srcLines :: [a]
 
srcPut :: a -> IO ()
 
srcLength :: a -> Int
 
srcHead :: a -> Char