:cgraphic. (Character Graphic)

Purpose
Defines a character graphic.

Syntax

┌───────────────┬───────────────┬───────────────┬───────────────┐
│Tag            │Element        │Attributes     │End            │
├───────────────┼───────────────┼───────────────┼───────────────┤
│:cgraphic.     │Character      │               │:ecgraphic.    │
│               │graphic        │               │               │
└───────────────┴───────────────┴───────────────┴───────────────┘

Attributes

None

Description

Character graphics are those you create with an ASCII editor. The :cgraphic. tag indicates that a character graphic is to follow. Everything after the tag and before :ecgraphic. will be in a monospace font. A blank line is inserted before and after the graphic.

Conditions
Text that does not fit in the display area of a window is clipped.

Example

:cgraphic.
┌─────┬───────┬─┐       ┌──────────────────┐
│     ├──────┐├┬┤       ├──────┐           │
├─────┼────┐ │││├───────┴─┐    │           │
│     │    │ └┘││         │    └── One ────┤
└─────┴────┴───┴┘         └──── :hp4.Two:ehp4. ───────┘
:ecgraphic.

Output

The following output is provided.

┌─────┬───────┬─┐       ┌──────────────────┐
│     ├──────┐├┬┤       ├──────┐           │
├─────┼────┐ │││├───────┴─┐    │           │
│     │    │ └┘││         │    └── One ────┤
└─────┴────┴───┴┘         └──── Two ───────┘


[Back: :caution. (Caution)]
[Next: :color. (Color)]