Command: glabel

Syntax

{<entity> = } glabel {<message> ... }

Description

Create a label text graphic entity, or a series of points forming a text label.

Parameters

Switches

Notes

The glabel command should be used for 2-D annotations and schematics. For 3-D text display, the gtext command should be used.

If the command has the form <entity> = glabel, an entity is always created.

If the command has no entity assignment, then an entity will be created only if the -op option is not used, or the command is not within another entity creation block, e.g. lines, polygon.

Examples

Create an unnamed single line glabel entity in a lozenge.

glabel 'BEGIN', -tf=6, -fil=blue

Create a named glabel entity (two lines of text).

entity my_label = glabel 'Line 1','Line 2', -h=50, -ts=anno_gothic

See Also

Commands:

gtext, entity, gstructure, point

Identifiers:

angle_mode (string), def_fragment (numeric), def_rank (numeric), def_text_angle (numeric), def_text_height (numeric), def_text_just (string), def_ts (textstyle)

Structures:

entity (glabel)