other versions
- buster 5.14.0+dfsg-3
- testing 5.15.0+dfsg-19
- unstable 5.15.0+dfsg-19
- experimental 5.15.0+dfsg-21
PLSFONT(3plplot) | PLplot API | PLSFONT(3plplot) |
NAME¶
plsfont - Set family, style and weight of the current fontSYNOPSIS¶
plsfont(family, style, weight)DESCRIPTION¶
Sets the current font. See the PLplot documentation for more information on font selection.Redacted form: plsfont(family, style, weight)
This function is used in example 23.
ARGUMENTS¶
- family (PLINT(3plplot), input)
- Font family to select for the current font. The available values are given by the PL_FCI_* constants in plplot.h. Current options are PL_FCI_SANS, PL_FCI_SERIF, PL_FCI_MONO, PL_FCI_SCRIPT and PL_FCI_SYMBOL. A negative value signifies that the font family should not be altered.
- style (PLINT(3plplot), input)
- Font style to select for the current font. The available values are given by the PL_FCI_* constants in plplot.h. Current options are PL_FCI_UPRIGHT, PL_FCI_ITALIC and PL_FCI_OBLIQUE. A negative value signifies that the font style should not be altered.
- weight (PLINT(3plplot), input)
- Font weight to select for the current font. The available values are given by the PL_FCI_* constants in plplot.h. Current options are PL_FCI_MEDIUM and PL_FCI_BOLD. A negative value signifies that the font weight should not be altered.
AUTHORS¶
Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history.SEE ALSO¶
PLplot documentation at http://plplot.org/documentation.php.January, 2019 |