{ auto cl = new TCanvas("cl", "Use of #url in TLatex", 1200, 800); auto latex = new TLatex(0.5, 0.5, "Link on #color[4]{#url[https://root.cern]{root.cern}} web site"); latex->SetTextSize(0.1); latex->SetTextAlign(22); latex->Draw(); cl->Print("cl.svg"); cl->Print("cl.pdf"); }