module Graphics.PS.Font (Font(..)) where data Font = Font String Double deriving (Eq, Show)