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

PortabilityGHC
Stabilityhighly unstable
Maintainerstephen.tetley@gmail.com

Wumpus.Basic.Kernel.Objects.AdvanceGraphic

Contents

Description

Extended Graphic object - an AdvanceGraphic is a Graphic twinned with and AdvanceV vector.

Synopsis

Advance-vector graphic

type AdvGraphic u = LocImage u (Point2 u)Source

Advance vector graphic - this partially models the PostScript show command which moves the current point by the width (advance) vector as each character is drawn.

makeAdvGraphic :: DrawingInfo (PointDisplace u) -> LocGraphic u -> AdvGraphic uSource

Construction is different to intoZZ functions hence the different name.

Composition

advplus :: AdvGraphic u -> AdvGraphic u -> AdvGraphic uSource

** WARNING ** - pending removal.