Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pinq_anno_facs(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pinq_anno_facs(3g)  —  Subroutines

Name

pinq_anno_facs − Returns information about the annotation text facilities. 

Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function

Syntax

void pinq_anno_facs (
  Pint        wstype,       /∗ (I) Workstation type ∗/
  Pint        num_elem,     /∗ (I) Number of annotation text styles in
                                   the application list ∗/
  Pint        start,        /∗ (I) Starting position within the
                                   Digital PHIGS list of annotation
                                   styles ∗/
  Pint       ∗error_ind,    /∗ (O) Error indicator ∗/
  Pint_list  ∗styles,       /∗ (O) List of annotation styles ∗/
  Pint       ∗act_num,      /∗ (O) Number of elements in the Digital PHIGS
                                   list ∗/
  Pint       ∗num_hts,      /∗ (O) Number of annotation text character
                                   heights ∗/
  Pfloat     ∗min_height,   /∗ (O) Minimum annotation text character
                                   height ∗/
  Pfloat     ∗max_height    /∗ (O) Maximum annotation text character
                                   height ∗/
)

Data Structures

typedef struct {
    Pint      num_ints;   /∗ number of Pints in the list ∗/
    Pint     ∗ints;       /∗ list of integers ∗/
} Pint_list;

Constants

Data Structure Constants   Constant                  Description
---------------------------------------------------------------------------
Annotation styles          PANNO_STYLE_UNCONNECTED   No visible connection
                                                     between the annotation
                                                     text and the point
                                                     being annotated
                           PANNO_STYLE_LEAD_LINE     Visible connection
                                                     between the annotation
                                                     text and the point
                                                     being annotated
---------------------------------------------------------------------------

Description

pinq_anno_facs returns information about the annotation text facilities. 

See Also

panno_text_rel
panno_text_rel3
pset_anno_style
pset_anno_align
pset_anno_char_ht
pset_anno_char_up_vec
pset_anno_path

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026