pset_anno_style(3g) — Subroutines
Name
pset_anno_style − Sets the text style for annotation text primitives.
Operating States: PHOP, ∗, STOP, ∗
PHIGS standard function
Creates a structure element
Syntax
void pset_anno_style (
Pint style /∗ (I) Annotation text style ∗/
)
Constants
Defined Argument Constant Description
---------------------------------------------------------------------------
style PANNO_STYLE_UNCONNECTED No visible connection
between the annotation
text and the point being
annotated. This is the
default value.
PANNO_STYLE_LEAD_LINE Visible connection between
the annotation text and
the point being annotated,
using the current polyline
attributes.
---------------------------------------------------------------------------
Description
pset_anno_style sets the annotation text style Digital PHIGS uses for annotation text primitives. Depending on the edit mode, this function either inserts the new structure element directly after the element indicated by the element pointer or replaces the element indicated by the pointer. The pointer then points to the new set annotation style element.
During structure traversal, Digital PHIGS sets the current annotation style entry in the PHIGS traversal state list to the value specified by the element. If the workstation does not have the specified annotation style, Digital PHIGS uses annotation style 1.
If Digital PHIGS is in immediate mode, it performs this function immediately, but the function does not create a structure element.
See Also
pe_alt_anno_text_rel
pe_alt_anno_text_rel3
panno_text_rel
panno_text_rel3
pinq_anno_facs