1PLGFCI(3plplot) PLplot API PLGFCI(3plplot)
2
3
4
6 plgfci - Get FCI (font characterization integer)
7
9 plgfci(p_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(p_fci)
16
17 This function is used in example 23.
18
20 p_fci (PLUNICODE_NC_SCALAR(3plplot), output)
21 Returned value of the current FCI value.
22
23
25 Many developers (who are credited at http://plplot.org/credits.php)
26 have contributed to PLplot over its long history.
27
29 PLplot documentation at http://plplot.org/documentation.php.
30
31
32
33 August, 2021 PLGFCI(3plplot)