diff --git a/PROMS/Volian.Print.Library/Rtf2iTextSharp.cs b/PROMS/Volian.Print.Library/Rtf2iTextSharp.cs index 6fe24be8..af8c1f6e 100644 --- a/PROMS/Volian.Print.Library/Rtf2iTextSharp.cs +++ b/PROMS/Volian.Print.Library/Rtf2iTextSharp.cs @@ -209,7 +209,7 @@ namespace Volian.Print.Library if (PrintOverride.CompressPropSubSup) { chk.SetTextRise(.33F * chk.Font.Size); - chk.Font.Size *= .5f; + chk.Font.Size *= .75f; } else { @@ -221,7 +221,7 @@ namespace Volian.Print.Library else if (visualText.Format.SuperScript < 0) { if (PrintOverride.CompressPropSubSup) - chk.Font.Size *= .5f; + chk.Font.Size *= .75f; else { chk.SetTextRise(-.25F * chk.Font.Size);