| Safe Haskell | None |
|---|
Graphics.Curves.Text
Description
Simple (ugly) hand-crafted text. See Graphics.Curves.SVG.Font for prettier text.
- data Alignment
- = LeftAlign
- | RightAlign
- | CenterAlign
- stringImage :: String -> Image
- stringImage' :: Alignment -> Scalar -> String -> Image
- label :: Point -> Scalar -> String -> Image
Documentation
Constructors
| LeftAlign | |
| RightAlign | |
| CenterAlign |
stringImage :: String -> ImageSource
Equivalent to .
stringImage' LeftAlign 0.2