Use two different fonts in title

Is it possible somehow to use one font (say Helvetica) for first part of the axis title and another font (say Symbol) for another part?
I ask this due to bug reported here Perpendicular symbol are still exist. When I divide canvas to 8 parts, perp symbol became extremely huge (by the way only if save to vector format, not in raster). So I find this perp symbol in Symbol font and using this trick it printed properly.

Yes, use the TLatex #font operator described here:
root.cern.ch/doc/master/classTLatex.html#L9

On your 2nd question, can you post a small macro reproducing the issue ?

I put a macro and produced .pdf file to desy.de/~denis_v/test/ dir. By the way, saving as png is done correct.

Thanks, Denis

add

gStyle->SetLineScalePS(1);

in your macro.

Thanks, it working now