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

Parameters
nameObject name
sizeFont size
flagsCombination of flags describing font style: FONT_ITALIC, FONT_UNDERLINE, FONT_STRIKEOUT
orientationText'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
Returns
Returns true if the current font is successfully installed, otherwise false