wumpus-drawing-0.3.0: High-level drawing objects built on Wumpus-Basic.

PortabilityGHC
Stabilityhighly unstable
MaintainerStephen Tetley <stephen.tetley@gmail.com>

Wumpus.Drawing.Text.StandardFontDefs

Contents

Description

Safe to use "Core 13" fonts that are expected to be present for any PostScript interpreter.

Note - regrettably Symbol is not safe to use for SVG.

Synopsis

Times Roman

times_roman_family :: FontFamilySource

FontFamily definition for Times-Roman.

times_roman :: FontDefSource

Times-Roman

times_italic :: FontDefSource

Times Italic

times_bold_italic :: FontDefSource

Times Bold Italic

Helvetica

helvetica_family :: FontFamilySource

FontFamily definition for Helvetica.

helvetica :: FontDefSource

Helvetica regular weight.

helvetica_oblique :: FontDefSource

Helvetica Oblique

helvetica_bold :: FontDefSource

Helvetica Bold

helvetica_bold_oblique :: FontDefSource

Helvetica Bold Oblique

Courier

courier_family :: FontFamilySource

FontFamily definition for Courier.

courier_oblique :: FontDefSource

Courier Oblique

courier_bold :: FontDefSource

Courier Bold

courier_bold_oblique :: FontDefSource

Courier Bold Oblique

Symbol

symbol :: FontDefSource

Symbol

Note - Symbol is intentionally not supported for SVG by some renderers (Firefox). Chrome is fine, but the use of symbol should be still be avoided for web graphics.