Skip to content
Snippets Groups Projects
Commit 051a98ae authored by Olivier Couet's avatar Olivier Couet
Browse files

- From Valeri Onuchin:

  Better text scaling.


git-svn-id: http://root.cern.ch/svn/root/trunk@18040 27541ba8-7e3a-0410-8455-c3a389f83636
parent b09b66f0
Branches
Tags
No related merge requests found
// @(#)root/postscript:$Name: $:$Id: TImageDump.cxx,v 1.32 2007/02/19 18:39:48 brun Exp $
// @(#)root/postscript:$Name: $:$Id: TImageDump.cxx,v 1.33 2007/02/21 09:20:42 couet Exp $
// Author: Valeriy Onuchin
/*************************************************************************
......@@ -627,7 +627,7 @@ void TImageDump::Text(Double_t xx, Double_t yy, const char *chars)
// yy: y position of the text
// To scale fonts to the same size as the old TT version
const Float_t kScale = 0.96;
const Float_t kScale = 1.04;
if (!gPad || !fImage || (fTextSize < 0)) {
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment