| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
val=6]Font style for text and labels (see text). Initial style is ’fnt’=’:rC’ give Roman font with centering. Parameter val 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. For more detail, see Font styles.
valmglGraph: void SetRotatedText (bool val)void mgl_set_rotated_text (HMGL gr, int val)Sets to use or not text rotation.
mglGraph: void SetFontDef (const char *fnt)void mgl_set_font_def (HMGL gr, const char * val)Sets the font specification (see Text printing). Default is ‘rC’ – Roman font centering.
mglGraph: void SetFontSize (float val)void mgl_set_font_size (HMGL gr, float val)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.
mglGraph: void SetFontSizePT (float cm, int dpi=72)Set FontSize by size in pt and picture DPI (default is 16 pt for dpi=72).
mglGraph: inline void SetFontSizeCM (float cm, int dpi=72)Set FontSize by size in centimeters and picture DPI (default is 0.56 cm = 16 pt).
mglGraph: inline void SetFontSizeIN (float cm, int dpi=72)Set FontSize by size in inch and picture DPI (default is 0.22 in = 16 pt).
mglGraph: void LoadFont (const char *name, const char *path="")void mgl_load_font (HMGL gr, const char *name, const char *path)Load font typeface from path/name.
mglGraph: void CopyFont (mglGraph * from)void mgl_copy_font (HMGL gr, HMGL gr_from)Copy font data from another mglGraph object.
mglGraph: void RestoreFont ()void mgl_restore_font (HMGL gr)Restore font data to default typeface.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated by Autobuild on July 16, 2012 using texi2html 1.82.