Comment Color and Font Size changing

 

Hello to everyone.

Is there any posibility to change the font size and the color from this comment field that i attached?

Thank you


Comment("" 
         + "\n" 
         + "\n" 
         + "\n" 
         + "Indominus Tirex V.1.00"
         + "\n" 
         + "\n" 
         + "ACCOUNT INFORMATION : " 
         + "\n" 
         + "==================" 
         + "\n"
         + "Account Name :"             + AccountName() 
         + "\n"
         + "\n" 
         + "Account Number :      " + AccountNumber()
         + "\n" 
         + "\n" 
         + "Account Leverage :    1:" + DoubleToStr(AccountLeverage(), 0) 
         + "\n" 
         + "\n" 
         + "Account Balance :      " + DoubleToStr(AccountBalance(), 2) 
         + "\n" 
         + "\n" 
         + "Account Equity :        " + DoubleToStr(AccountEquity(), 2) 
         + "\n"
         + "\n" 
         + "Drawdown (Max) :     "  + DoubleToStr(MaxDD,2) + "%"
         + "\n"
         + "\n" 
         + "Total Profit/Loss :      " + DoubleToStr(calculatePLBalance(),2) + "\n"   
         + "\n"
       );


 
Liviu-constantin Torac: Is there any posibility to change the font size and the color from this comment

No. Create objects.