Command: markerstyle

Syntax

markerstyle <name> {,<image>}

or

markerstyle <name> = <ident>

Description

Create or redefine a markerstyle identifier.

Parameters

Switches

Notes

Markerstyle identifiers can have global or application scope, but cannot have local scope. When local markerstyle identifiers are required, string identifiers should be used to reference the markerstyles by name.

Examples

Create a system vector stroke marker.

markerstyle mkstar,-i=7,-col=green

Create a vector stroke marker from a scalable font.

markerstyle lettera, -i=65, -fo=stdfont

Create a copy of another marker.

markerstyle letterb = lettera

Create an image marker.

markerstyle turtle,$MXIMAGES/donatello.xpm, -hot=<15,15>

Create a composite markerstyle.

markerstyle mkcircle,-i=14,-col=brown,-fil=yellow
markerstyle mkstar,-i=7,-col=green
markerstyle cross_circ,-ms=<mkcircle,mkstar>

See Also

Commands:

color, font, node, polygon, textstyle

Identifiers:

scope (atable)