SRGraphTitle::m_nSize

int  SRGraphTitle::m_nSize

Font size -- positive numbers specify the font size in points, negative numbers specify the size in screen pixels

Example

For example:

&ltnl>
 SetFontSize(10);
 SetMakeFont();   // Sets a font of 10 points
 SetFontSize(-10);
 SetMakeFont();   //Sets a font of 10 pixels

See also...

 SetFontSize  GetFontSizeMakeFont  SetMakeFont