wumpus-drawing-0.5.0: High-level drawing objects built on Wumpus-Basic.

PortabilityGHC
Stabilityunstable
Maintainerstephen.tetley@gmail.com

Wumpus.Drawing.Text.DirectionZero

Description

Common import module for the Writing Direction 0 modules

Synopsis

Documentation

textline :: InterpretUnit u => String -> RectAddress -> BoundedLocGraphic uSource

Note - this is likely to be moved...

Also, reversed argument order would be more convenient as RectAddress always short but String could be long.

rtextline :: (Real u, Floating u, InterpretUnit u) => Radian -> String -> RectAddress -> BoundedLocGraphic uSource

Note - this is likely to be moved too...