TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
bool TextSetFont | ( | string | name, |
int | size, | ||
uint | flags = 0 , |
||
int | orientation = 0 |
||
) |
Sets the font for displaying the text using drawing methods and returns the result of that operation
name | Object name |
size | Font size |
flags | Combination of flags describing font style: FONT_ITALIC, FONT_UNDERLINE, FONT_STRIKEOUT |
orientation | Text's horizontal inclination to X axis, the unit of measurement is 0.1 degrees. It means that orientation=450 stands for inclination equal to 45 degrees |