wumpus-basic-0.14.0: Common drawing utilities built on wumpus-core.

PortabilityGHC
Stabilityunstable
Maintainerstephen.tetley@gmail.com

Wumpus.Drawing.Text.LRText

Description

Left-to-right measured text. The text uses glyph metrics so it can be positioned accurately.

** WARNING ** - the API for this module has not been decided. The function names are expected to change.

Synopsis

Documentation

baseCenterLine :: (Real u, Floating u, FromPtSize u) => String -> BoundedLocGraphic uSource

Draw 1 line...

Impilict point is baseline-center.

baseLeftLine :: (Real u, Floating u, FromPtSize u) => String -> BoundedLocGraphic uSource

Draw 1 line...

Impilict point is baseline-left.

baseRightLine :: (Real u, Floating u, FromPtSize u) => String -> BoundedLocGraphic uSource

Draw 1 line...

Impilict point is baseline-right.