~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to doc/docbook/src/plgfci.html

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
 
2
<HTML
 
3
><HEAD
 
4
><TITLE
 
5
>      plgfci: Get FCI (font characterization integer)
 
6
    </TITLE
 
7
><META
 
8
NAME="GENERATOR"
 
9
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 
10
REL="HOME"
 
11
TITLE="The PLplot Plotting Library"
 
12
HREF="index.html"><LINK
 
13
REL="UP"
 
14
TITLE="The Common API for PLplot"
 
15
HREF="api.html"><LINK
 
16
REL="PREVIOUS"
 
17
TITLE="
 
18
      plgfam: Get family file parameters
 
19
    "
 
20
HREF="plgfam.html"><LINK
 
21
REL="NEXT"
 
22
TITLE="
 
23
      plgfnam: Get output file name
 
24
    "
 
25
HREF="plgfnam.html"><LINK
 
26
REL="STYLESHEET"
 
27
TYPE="text/css"
 
28
HREF="stylesheet.css"></HEAD
 
29
><BODY
 
30
CLASS="sect1"
 
31
BGCOLOR="#FFFFFF"
 
32
TEXT="#000000"
 
33
LINK="#0000FF"
 
34
VLINK="#840084"
 
35
ALINK="#0000FF"
 
36
><DIV
 
37
CLASS="NAVHEADER"
 
38
><TABLE
 
39
SUMMARY="Header navigation table"
 
40
WIDTH="100%"
 
41
BORDER="0"
 
42
CELLPADDING="0"
 
43
CELLSPACING="0"
 
44
><TR
 
45
><TH
 
46
COLSPAN="3"
 
47
ALIGN="center"
 
48
>The PLplot Plotting Library: Programmer's Reference Manual</TH
 
49
></TR
 
50
><TR
 
51
><TD
 
52
WIDTH="10%"
 
53
ALIGN="left"
 
54
VALIGN="bottom"
 
55
><A
 
56
HREF="plgfam.html"
 
57
ACCESSKEY="P"
 
58
>Prev</A
 
59
></TD
 
60
><TD
 
61
WIDTH="80%"
 
62
ALIGN="center"
 
63
VALIGN="bottom"
 
64
>Chapter 17. The Common API for PLplot</TD
 
65
><TD
 
66
WIDTH="10%"
 
67
ALIGN="right"
 
68
VALIGN="bottom"
 
69
><A
 
70
HREF="plgfnam.html"
 
71
ACCESSKEY="N"
 
72
>Next</A
 
73
></TD
 
74
></TR
 
75
></TABLE
 
76
><HR
 
77
ALIGN="LEFT"
 
78
WIDTH="100%"></DIV
 
79
><DIV
 
80
CLASS="sect1"
 
81
><H3
 
82
CLASS="sect1"
 
83
><A
 
84
NAME="plgfci"
 
85
><CODE
 
86
CLASS="function"
 
87
>plgfci</CODE
 
88
>: Get FCI (font characterization integer)</A
 
89
></H3
 
90
><P
 
91
>      <DIV
 
92
CLASS="funcsynopsis"
 
93
><P
 
94
></P
 
95
><A
 
96
NAME="AEN5372"
 
97
></A
 
98
><TABLE
 
99
CLASS="funcprototype"
 
100
><TR
 
101
><TD
 
102
><CODE
 
103
CLASS="FUNCDEF"
 
104
>         plgfci
 
105
        </CODE
 
106
>(fci);</TD
 
107
></TR
 
108
></TABLE
 
109
><P
 
110
></P
 
111
></DIV
 
112
>
 
113
    </P
 
114
><P
 
115
>      Gets information about the current font using the FCI approach.
 
116
      See <A
 
117
HREF="characters.html#fci"
 
118
>the Section called <I
 
119
>FCI</I
 
120
> in Chapter 3</A
 
121
> for more information.
 
122
    </P
 
123
><TABLE
 
124
CLASS="variablelist"
 
125
><TR
 
126
><TD
 
127
><DL
 
128
><DT
 
129
><CODE
 
130
CLASS="parameter"
 
131
>fci</CODE
 
132
>
 
133
          (<TT
 
134
CLASS="literal"
 
135
>PLUNICODE *</TT
 
136
>, output)</DT
 
137
><DD
 
138
><P
 
139
>           Pointer to PLUNICODE (unsigned 32-bit integer) variable which
 
140
            is updated with current FCI value.
 
141
          </P
 
142
></DD
 
143
></DL
 
144
></TD
 
145
></TR
 
146
></TABLE
 
147
></DIV
 
148
><DIV
 
149
CLASS="NAVFOOTER"
 
150
><HR
 
151
ALIGN="LEFT"
 
152
WIDTH="100%"><TABLE
 
153
SUMMARY="Footer navigation table"
 
154
WIDTH="100%"
 
155
BORDER="0"
 
156
CELLPADDING="0"
 
157
CELLSPACING="0"
 
158
><TR
 
159
><TD
 
160
WIDTH="33%"
 
161
ALIGN="left"
 
162
VALIGN="top"
 
163
><A
 
164
HREF="plgfam.html"
 
165
ACCESSKEY="P"
 
166
>Prev</A
 
167
></TD
 
168
><TD
 
169
WIDTH="34%"
 
170
ALIGN="center"
 
171
VALIGN="top"
 
172
><A
 
173
HREF="index.html"
 
174
ACCESSKEY="H"
 
175
>Home</A
 
176
></TD
 
177
><TD
 
178
WIDTH="33%"
 
179
ALIGN="right"
 
180
VALIGN="top"
 
181
><A
 
182
HREF="plgfnam.html"
 
183
ACCESSKEY="N"
 
184
>Next</A
 
185
></TD
 
186
></TR
 
187
><TR
 
188
><TD
 
189
WIDTH="33%"
 
190
ALIGN="left"
 
191
VALIGN="top"
 
192
><CODE
 
193
CLASS="function"
 
194
>plgfam</CODE
 
195
>: Get family file parameters</TD
 
196
><TD
 
197
WIDTH="34%"
 
198
ALIGN="center"
 
199
VALIGN="top"
 
200
><A
 
201
HREF="api.html"
 
202
ACCESSKEY="U"
 
203
>Up</A
 
204
></TD
 
205
><TD
 
206
WIDTH="33%"
 
207
ALIGN="right"
 
208
VALIGN="top"
 
209
><CODE
 
210
CLASS="function"
 
211
>plgfnam</CODE
 
212
>: Get output file name</TD
 
213
></TR
 
214
></TABLE
 
215
></DIV
 
216
></BODY
 
217
></HTML
 
218
>
 
 
b'\\ No newline at end of file'