Added Headings to clipboard for PROMS QA process

Limit Word-Wrap fix to paragraphs that have Prestige Elite Tall font
This commit is contained in:
Rich
2012-05-29 10:42:33 +00:00
parent 3f113dc9c5
commit 604c39a5c0
3 changed files with 22 additions and 11 deletions

View File

@@ -171,8 +171,8 @@ namespace Volian.Print.Library
}
myparagraph.Alignment = MessageAlignment;
myparagraph.Leading = iFont.Size;
float w = vlnPrintObject.GetTableWidth(cb, myparagraph, MyParent.MyItemInfo.MyDocStyle.Layout.PageWidth);
float h = vlnPrintObject.GetParagraphHeight(cb, myparagraph, w);
float w = GetTableWidth(cb, myparagraph, MyParent.MyItemInfo.MyDocStyle.Layout.PageWidth);
float h = GetParagraphHeight(cb, myparagraph, w);
cb.SetColorFill(changeBarColor);
Rtf2Pdf.TextAt(cb, myparagraph, XOffset + xAdj - Rtf2Pdf.Offset.X + 3, yBottom + h - Rtf2Pdf.Offset.Y + 2.7F, w, h, "", yBottomMargin);
lastMsg = vcbm.Message;