CButton with text in 2 lines

 

I want to create a button from button.mqh with text in 2 lines

but the \n is ignored in

myButton.Text("Line \nNew Line");

 
Usually I do two different line. Same x position with different y position.
 
Matus German:

I want to create a button from button.mqh with text in 2 lines

but the \n is ignored in

myButton.Text("Line \nNew Line");

I have the same question.  If you have already solved, could you share the solution for me?  In the button.mqh, it seems there is no  X,Y position setting for text lines.   
I'd like to create a trading pane like MT4's one click traiding panel. In the MT4's one click trading panel, there are 3 types of font size are used. So that, I also would like to attach 3 texts in one button. 
In the CButton of Standard Library, it seems only one text could attched in one button.
Reason: