Query: plgfont
OS: debian
Section: 3plplot
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PLGFONT(3plplot) PLplot API PLGFONT(3plplot)NAMEplgfont - Get family, style and weight of the current fontSYNOPSISplgfont(p_family, p_style, p_weight)DESCRIPTIONGets information about current font. See the PLplot documentation for more information on font selection. Redacted form: plgfont(p_family, p_style, p_weight) This function is used in example 23.ARGUMENTSp_family (PLINT *, output) Pointer to variable with the current font family. 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. If p_family is NULL then the font family is not returned. p_style (PLINT *, output) Pointer to variable with the current font style. 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. If p_style is NULL then the font style is not returned. p_weight (PLINT *, output) Pointer to variable with the current font weight. The available values are given by the PL_FCI_* constants in plplot.h. Current options are PL_FCI_MEDIUM and PL_FCI_BOLD. If p_weight is NULL then the font weight is not returned.AUTHORSGeoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere.SEE ALSOPLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLGFONT(3plplot)
Related Man Pages |
---|
pladv(3plplot) - debian |
plgfont(3plplot) - debian |
plscol0(3plplot) - debian |
plstar(3plplot) - debian |
plsyax(3plplot) - debian |
Similar Topics in the Unix Linux Community |
---|
string deletion, variable contents, fixed delimiters |
Text columns processing using awk |
Execution Problems with awk |