1PLFONT(3plplot) PLplot API PLFONT(3plplot)
2
3
4
6 plfont - Set character font
7
9 plfont(font)
10
12 Sets the default character font for subsequent character drawing. Also
13 affects symbols produced by plpoin(3plplot). This routine has no
14 effect unless the extended character set is loaded (see
15 plfontld(3plplot)).
16
17 Redacted form: plfont(font)
18
19 This function is used in examples 1,2,4,7,13,24,26.
20
22 font (PLINT, input)
23 Specifies the font: 1: Normal font (simplest and fastest) 2:
24 Roman font 3: Italic font 4: Script font
25
26
27
29 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
30 man page was automatically generated from the DocBook source of the
31 PLplot documentation, maintained by Alan W. Irwin and Rafael
32 Laboissiere.
33
35 PLplot documentation at http://plplot.sourceforge.net/resources.
36
37
38
39 July, 2010 PLFONT(3plplot)