void pinq_anno_facs(
Pint ws_type, /* workstation type */ Pint length, /* length of application list */ Pint start, /* starting position */ Pint *error_ind, /* (out) error indicator */ Pint_list *styles, /* (out) list of annotation styles */ Pint *total_length, /* (out) length of list in GPHIGS */ Pint *n_char_hts, /* (out) number of anno. char. heights */ Pfloat *min_char_ht, /* (out) minimum of anno. char. heights */ Pfloat *max_char_ht /* (out) maximum of anno. char. heights */
)
typedef struct {
Pint num_ints; /* number of Pints in list */
Pint *ints; /* list of integers */
} Pint_list;
The data is read from the workstation description table.