1PLGFCI(3plplot) PLplot API PLGFCI(3plplot)
2
3
4
6 plgfci - Get FCI (font characterization integer)
7
9 plgfci(fci)
10
12 Gets information about the current font using the FCI approach. See the
13 PLplot documentation for more information.
14
15 Redacted form: plgfci(fci)
16
17 This function is used in example 23.
18
20 fci (PLUNICODE *, output)
21 Pointer to PLUNICODE (unsigned 32-bit integer) variable which is
22 updated with current FCI value.
23
24
26 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
27 man page was automatically generated from the DocBook source of the
28 PLplot documentation, maintained by Alan W. Irwin and Rafael
29 Laboissiere.
30
32 PLplot documentation at http://plplot.sourceforge.net/resources.
33
34
35
36 July, 2010 PLGFCI(3plplot)