Portability | GHC |
---|---|
Stability | unstable |
Maintainer | stephen.tetley@gmail.com |
Safe Haskell | Safe-Infered |
Common import module for the Writing Direction 0 modules
- module Wumpus.Drawing.Text.Base.DocTextZero
- textline :: InterpretUnit u => RectAddress -> String -> BoundedLocGraphic u
- rtextline :: (Real u, Floating u, InterpretUnit u) => Radian -> RectAddress -> String -> BoundedLocGraphic u
- multilineText :: (Fractional u, InterpretUnit u) => VAlign -> RectAddress -> String -> BoundedLocGraphic u
Documentation
textline :: InterpretUnit u => RectAddress -> String -> 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 -> RectAddress -> String -> BoundedLocGraphic uSource
Note - this is likely to be moved too...
multilineText :: (Fractional u, InterpretUnit u) => VAlign -> RectAddress -> String -> BoundedLocGraphic uSource