How to change font bold of a Label control

 

Dear Guys,

I am using "<Controls\Label.mqh>" and create to draw a label.  I can change font by Label.Font("Verdana"). But how can i make font Bold.

Can anyone help me out. How i change font style Bold 

 
advali82 :

Dear Guys,

I am using "<Controls\Label.mqh>" and create to draw a label.  I can change font by Label.Font("Verdana"). But how can i make font Bold.

Can anyone help me out. How i change font style Bold 

Use TextOut() and TextSetFont().
Reason: