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

PortabilityGHC
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 :: DrawingContextFSource

Set the line width to a thick.

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

Line caps

Line joins

Dash Pattern

Font properties

Font / mark drawing size

doublesize :: DrawingContextFSource

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

halfsize :: DrawingContextFSource

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

Glyph metrics