1PLSFCI(3plplot) PLplot API PLSFCI(3plplot)
2
3
4
6 plsfci - Set FCI (font characterization integer)
7
9 plsfci(fci)
10
12 Sets font characteristics to be used at the start of the next string
13 using the FCI approach. See the PLplot documentation for more informa‐
14 tion. Note, plsfont(3plplot) (which calls plsfci(3plplot) internally)
15 provides a more user-friendly API for setting the font character‐
16 isitics.
17
18 Redacted form: General: plsfci(fci)
19
20
21 This function is used in example 23.
22
24 fci (PLUNICODE(3plplot), input)
25 PLUNICODE (unsigned 32-bit integer) value of FCI.
26
27
29 Many developers (who are credited at http://plplot.org/credits.php)
30 have contributed to PLplot over its long history.
31
33 PLplot documentation at http://plplot.org/documentation.php.
34
35
36
37 January, 2023 PLSFCI(3plplot)