fonts#

Purpose#

Loads fonts to be used in the graph.

Note

This function is for the deprecated PQG graphics.

Format#

fonts(str)#
Parameters:

str (string or character vector containing the names of fonts to be used in the plot) –

The following fonts are available:

Simplex

standard sans serif font.

Simgrma

Simplex greek, math.

Microb

bold and boxy.

Complex

standard font with serif.

Remarks#

The first font specified will be used for the axes numbers.

If str is a null string, or fonts() is not called, Simplex is loaded by default.

For more information on how to select fonts within a text string, see Publication Quality Graphics.

Source#

pgraph.src

See also

Functions title(), xlabel(), ylabel(), zlabel()