1PLFONTLD(3plplot) PLplot API PLFONTLD(3plplot)
2
3
4
6 plfontld - Load Hershey fonts
7
9 plfontld(fnt)
10
12 Loads the Hershey fonts used for text and symbols. This routine may be
13 called before or after initializing PLplot. If not explicitly called
14 before PLplot initialization, then by default that initialization loads
15 Hershey fonts with the extended character set. This routine only has a
16 practical effect for devices that still use Hershey fonts (as opposed
17 to modern devices that use unicode-aware system fonts instead of Her‐
18 shey fonts).
19
20 Redacted form: plfontld(fnt)
21
22 This function is used in examples 1 and 7.
23
25 fnt (PLINT(3plplot), input)
26 Specifies the type of Hershey fonts to load. A zero value spec‐
27 ifies Hershey fonts with the standard character set and a non-
28 zero value (the default assumed if plfontld(3plplot) is never
29 called) specifies Hershey fonts with the extended character set.
30
31
33 Many developers (who are credited at http://plplot.source‐
34 forge.net/credits.php) have contributed to PLplot over its long his‐
35 tory.
36
38 PLplot documentation at http://plplot.sourceforge.net/documenta‐
39 tion.php.
40
41
42
43 August, 2017 PLFONTLD(3plplot)