1PLSFONT(3plplot) PLplot API PLSFONT(3plplot)
2
3
4
6 plsfont - Set family, style and weight of the current font
7
9 plsfont(family, style, weight)
10
12 Sets the current font. See the PLplot documentation for more informa‐
13 tion on font selection.
14
15 Redacted form: plsfont(family, style, weight)
16
17 This function is used in example 23.
18
20 family (PLINT(3plplot), input)
21 Font family to select for the current font. The available values
22 are given by the PL_FCI_* constants in plplot.h. Current op‐
23 tions are PL_FCI_SANS, PL_FCI_SERIF, PL_FCI_MONO, PL_FCI_SCRIPT
24 and PL_FCI_SYMBOL. A negative value signifies that the font fam‐
25 ily should not be altered.
26
27 style (PLINT(3plplot), input)
28 Font style to select for the current font. The available values
29 are given by the PL_FCI_* constants in plplot.h. Current op‐
30 tions are PL_FCI_UPRIGHT, PL_FCI_ITALIC and PL_FCI_OBLIQUE. A
31 negative value signifies that the font style should not be al‐
32 tered.
33
34 weight (PLINT(3plplot), input)
35 Font weight to select for the current font. The available values
36 are given by the PL_FCI_* constants in plplot.h. Current op‐
37 tions are PL_FCI_MEDIUM and PL_FCI_BOLD. A negative value signi‐
38 fies that the font weight should not be altered.
39
40
42 Many developers (who are credited at http://plplot.org/credits.php)
43 have contributed to PLplot over its long history.
44
46 PLplot documentation at http://plplot.org/documentation.php.
47
48
49
50 August, 2021 PLSFONT(3plplot)