hps-0.11: Graphics/PS/Font.hs
-- | Font type and functions.
module Graphics.PS.Font (Font(..)) where
-- | Font data type.
data Font = Font {fontName :: String
,fontSize :: Double}
deriving (Eq,Show)
-- | Font type and functions.
module Graphics.PS.Font (Font(..)) where
-- | Font data type.
data Font = Font {fontName :: String
,fontSize :: Double}
deriving (Eq,Show)