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, 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 options
23 are PL_FCI_SANS, PL_FCI_SERIF, PL_FCI_MONO, PL_FCI_SCRIPT and
24 PL_FCI_SYMBOL. A negative value signifies that the font family
25 should not be altered.
26
27 style (PLINT, 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 options
30 are PL_FCI_UPRIGHT, PL_FCI_ITALIC and PL_FCI_OBLIQUE. A negative
31 value signifies that the font style should not be altered.
32
33 weight (PLINT, input)
34 Font weight to select for the current font. The available values
35 are given by the PL_FCI_* constants in plplot.h. Current options
36 are PL_FCI_MEDIUM and PL_FCI_BOLD. A negative value signifies
37 that the font weight should not be altered.
38
39
41 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
42 man page was automatically generated from the DocBook source of the
43 PLplot documentation, maintained by Alan W. Irwin and Rafael
44 Laboissiere.
45
47 PLplot documentation at http://plplot.sourceforge.net/resources.
48
49
50
51 July, 2010 PLSFONT(3plplot)