Bold doesn't work with Å

Hello,

I am trying to write the graph axis in this way:
const string Xlabel = “#bf{Distance / #AA}”;
I would like to have it bold, but actually it works for all the letters but not for Å and the slash.
It would be nice to have it working at least for the Å.
How can I solve the problem?

Thanks

Stefano

Symbols characters (including greek letters) come from a special font and have only the regular representation i.e.: no italic and no bold.

Do you plan to include new font in ROOT in order to solve this limitation? I think you could use Google Noto fonts that provides free font for a lot of unicode characters.

TMathText is more flexible than TLatex regarding fonts.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.