Hi,
I want to boldface an argument in TText, something like
TString a="ATLAS";
text->AddText(#bf{a});
But this prints a boldface a… I want to print ATLAS. Is it possible?
Thank you
Hi,
I want to boldface an argument in TText, something like
TString a="ATLAS";
text->AddText(#bf{a});
But this prints a boldface a… I want to print ATLAS. Is it possible?
Thank you
Use TLatex
instead of TText
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.