1PLSFONT(3plplot)                  PLplot API                  PLSFONT(3plplot)
2
3
4

NAME

6       plsfont - Set family, style and weight of the current font
7

SYNOPSIS

9       plsfont(family, style, weight)
10

DESCRIPTION

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

ARGUMENTS

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

AUTHORS

42       Many    developers   (who   are   credited   at   http://plplot.source
43       forge.net/credits.php) have contributed to PLplot over  its  long  his‐
44       tory.
45

SEE ALSO

47       PLplot    documentation   at   http://plplot.sourceforge.net/documenta
48       tion.php.
49
50
51
52                                 August, 2017                 PLSFONT(3plplot)
Impressum