hps-0.1: Haskell Postscript

Graphics.PS.Paper

Synopsis

Documentation

data Paper Source

Paper size data type.

Constructors

Paper 

Fields

width :: Int
 
height :: Int
 

Instances

landscape :: Paper -> PaperSource

Swap width and height.

divRound :: Int -> Int -> IntSource

A div variant that rounds rather than truncates.

iso_down_scale :: Paper -> PaperSource

ISO size downscaling.

a1 :: PaperSource

ISO A sizes in millimeters.

b1 :: PaperSource

ISO B sizes in millimeters.

c1 :: PaperSource

ISO C sizes in millimeters.

usLetter :: PaperSource

US Letter size in millimeters.