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
23 options are PL_FCI_SANS, PL_FCI_SERIF, PL_FCI_MONO,
24 PL_FCI_SCRIPT and PL_FCI_SYMBOL. A negative value signifies that
25 the font family 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
30 options are PL_FCI_UPRIGHT, PL_FCI_ITALIC and PL_FCI_OBLIQUE. A
31 negative value signifies that the font style should not be
32 altered.
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
37 options are PL_FCI_MEDIUM and PL_FCI_BOLD. A negative value sig‐
38 nifies 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, 2019 PLSFONT(3plplot)