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

PortabilityGHC with TypeFamilies and more
Stabilityhighly unstable
MaintainerStephen Tetley <stephen.tetley@gmail.com>

Wumpus.Basic.Graphic.DrawingContext

Contents

Description

Drawing attributes

** WARNING ** - this module needs systematic naming schemes both for update functions (primaryColour, ...) and for synthesized selectors (e.g. lowerxHeight). The current names will change.

Synopsis

Drawing context

Modifiers

Line widths

thick :: DrawingContext -> DrawingContextSource

Set the line width to a thick.

Note this context update is oblivious - operationally the line width is set to exactly 2.0.

Dash Pattern

Font properties

Mark drawing size

doublesize :: DrawingContext -> DrawingContextSource

Set the font size to double the current size, note the font size also controls the size of dots, arrowsheads etc.

halfsize :: DrawingContext -> DrawingContextSource

Set the font size to half the current size, note the font size also controls the size of dots, arrowsheads etc.

As fontsize is an integer this is not exact - half size of 15pt type is 7pt.

Colour