[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

SET ANNOTATION STYLE (PHOP,*,STOP,*)

Purpose

Use Set Annotation Style to insert a Set Annotation Style structure element into the open structure following the element pointer or replace the element pointed at by the element pointer with a Set Annotation Style structure element, depending on the current edit mode.

During structure traversal, this structure element sets the current annotation style entry in the graPHIGS traversal state list to the value specified by the annotation style parameter to render subsequent annotation text primitives. For annotation style LEAD LINE, the graPHIGS API uses the current polyline attributes to render the lead line.

The traversal default for annotation style is UNCONNECTED.

If the workstation does not support the specified annotation style or the specified style is outside the allowable range, then the annotation style defaults to UNCONNECTED.

Language Bindings

C

pset_anno_style (anno_style)

Input Parameters

Pint anno_style
Annotation style (1=PANNO_STYLE_UNCONNECTED, 2=PANNO_STYLE_LEAD_LINE).

FORTRAN

PSANS (astyle)

Input Parameters

integer astyle
Annotation style (1=PUNCON, 2=PLDLN).

Errors

5
Function Requires State (PHOP,*,STOP,*)

Related Subroutines

  • Annotation Text Relative

  • Annotation Text Relative 3

  • Inquire Annotation Facilities


  • [ Previous | Next | Contents | Glossary | Home | Search ]