| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
9.1.7 Font settings (Python)
- Method on mglGraph (Python):
voidSetFontSize (floatval) Sets the size of font for tick and axis labels. Default font size of axis labels is 1.4 times large than for tick labels.
- Method on mglGraph (Python):
voidSetFontDef (char *fnt) Sets the font specification (see section Text printing (Python)). Default is “rC” – Roman font centering.
- Method on mglGraph (Python):
voidSetRotatedText (boolval) Sets to use or not text rotation along axis.
- Method on mglGraph (Python):
voidLoadFont (const char *name,const char *path=NULL) Load font typeface from path/name.
- Method on mglGraph (Python):
voidCopyFont (mglGraph *from) Copy font data from another
mglGraphobject.
