1PLFONT(3plplot) PLplot API PLFONT(3plplot)
2
3
4
6 plfont - Set font
7
9 plfont(ifont)
10
12 Sets the font used for subsequent text and symbols. For devices that
13 still use Hershey fonts this routine has no effect unless the Hershey
14 fonts with extended character set are loaded (see plfontld(3plplot)).
15 For unicode-aware devices that use system fonts instead of Hershey
16 fonts, this routine calls the plsfci(3plplot) routine with argument set
17 up appropriately for the various cases below. However, this method of
18 specifying the font for unicode-aware devices is deprecated, and the
19 much more flexible method of calling plsfont(3plplot) directly is rec‐
20 ommended instead (where plsfont(3plplot) provides a user-friendly in‐
21 terface to plsfci(3plplot)),
22
23 Redacted form: plfont(ifont)
24
25 This function is used in examples 1, 2, 4, 7, 13, 24, and 26.
26
28 ifont (PLINT(3plplot), input)
29 Specifies the font: 1: Sans serif font (simplest and fastest) 2:
30 Serif font 3: Italic font 4: Script font
31
32
33
35 Many developers (who are credited at http://plplot.org/credits.php)
36 have contributed to PLplot over its long history.
37
39 PLplot documentation at http://plplot.org/documentation.php.
40
41
42
43 July, 2022 PLFONT(3plplot)