summaryrefslogtreecommitdiff
path: root/xc/unsupported/doc/PHIGS/man3/p379
blob: 3dad6c80addf82f520e340dd31836bf588e48541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
.\"##
.\" $XConsortium: p379,v 5.2 94/04/17 20:58:53 rws Exp $
.\"##
.\"## 
$XMCOPY
.\"## Copyright (c) 1990, 1991 by Sun Microsystems, Inc. 
.\"## 
.\"##                         All Rights Reserved
.\"## 
.\"## Permission to use, copy, modify, and distribute this software and its 
.\"## documentation for any purpose and without fee is hereby granted, 
.\"## provided that the above copyright notice appear in all copies and that
.\"## both that copyright notice and this permission notice appear in 
.\"## supporting documentation, and that the name of Sun Microsystems,
.\"## not be used in advertising or publicity 
.\"## pertaining to distribution of the software without specific, written 
.\"## prior permission.  
.\"## 
.\"## SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 
.\"## INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
.\"## EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
.\"## CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
.\"## USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
.\"## OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\"## PERFORMANCE OF THIS SOFTWARE.
.TH "SET TEXT INDEX" 3P "29 February 1991"
.SH NAME
SET TEXT INDEX \- create a structure element containing a text representation index attribute
.IX "Text Attributes" "SET TEXT INDEX"
.IX "Attributes, Text Attributes" "SET TEXT INDEX"
.SH SYNOPSIS
.SS C Syntax
.ft B
.ta 1.25i 3i
.nf
void
pset_text_ind ( index )
Pint	index;	\fItext index\fP
.fi
.ft R
.SS Required PHIGS Operating States
(PHOP, *, STOP, *)
.SH DESCRIPTION
.SS Purpose
\s-2SET TEXT INDEX\s+2 creates a structure element
containing a text index number, which selects an entry
from the workstation's text bundle table.
This attribute applies to the output primitives:
.RS
.nf
\(bu  \s-2TEXT\s+2
\(bu  \s-2TEXT 3\s+2
\(bu  \s-2ANNOTATION TEXT RELATIVE\s+2
\(bu  \s-2ANNOTATION TEXT RELATIVE 3\s+2
.RE
.fi
.LP
If the current edit mode is \s-2INSERT\s+2,
a \s-2SET TEXT INDEX\s+2 element is inserted into the currently open
structure after the element pointed to by the current element pointer. If
the edit mode is \s-2REPLACE\s+2,
the new \s-2SET TEXT INDEX\s+2 element
replaces the element pointed to by the element pointer.
In either case, the element pointer is updated to point to the new element.
.SS C Input Parameter
.IP \fIindex\fP
A \fItext index\fP for a text representation on the workstation.
.SS Execution
When the \s-2SET TEXT INDEX\s+2 element is traversed,
the `current text index' value is set to the \fItext index\fP,
which specifies an entry from the workstation's text bundle table.
The default \fItext index\fP is 1, and
if the \fItext index\fP specified is not available on the workstation,
1 will be used.
.LP
A text representation contains values for the following attributes:
.sp .2
.nf
.RS
\(bu  text font
\(bu  text precision
\(bu  character expansion factor
\(bu  character spacing
\(bu  text colour index
.fi
.RE
Text output primitives which follow in the structure network
will be drawn using the values from the specified representation
for those attributes whose Aspect Source Flag (ASF) is set to
\s-2BUNDLED\s+2.
When the \s-1ASF\s0s are \s-2INDIVIDUAL\s0,
the attributes come from the appropriate
.SM SET
.I attribute
elements.
.LP
Text representations are defined with
\s-2SET TEXT REPRESENTATION\s+2.
.SH ERRORS
.IP 005
Ignoring function, function requires state (\s-2PHOP, *, STOP, *\s+2)
.IP 100
Ignoring function, the bundle index value is less than one
.SH SEE ALSO
.nf
.IP
.ta 0.5i
.SM "SET INDIVIDUAL ASF (3P)"
.SM "SET TEXT REPRESENTATION (3P)"
.SM "SET TEXT REPRESENTATION PLUS (3P+)"
.fi