| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8.3.7 Font settings
- C function:
voidmgl_set_font_size (HMGLgr,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.
- C function:
voidmgl_set_font_def (HMGLgr,const char *val) Sets the font specification (see section Text printing (Pure C)). Default is “rC” – Roman font centering.
- C function:
voidmgl_set_rotated_text (HMGLgr,intval) Sets to use or not text rotation along axis.
- C function:
voidmgl_load_font (HMGLgr,const char *name,const char *path) Load font typeface from path/name.
