set the default Font and Size for bullets

Changed the function the replaces symbols to be able to be used for tabs.
Used the function that replaces symbols so that it is used for tabs.
This commit is contained in:
Rich
2018-02-21 16:53:37 +00:00
parent 26ac4d5716
commit 33976e8d2b
3 changed files with 6 additions and 8 deletions

View File

@@ -521,6 +521,8 @@ namespace Volian.Print.Library
{
foreach (vlnPrintObject part in this)
{
// F2018-013 Replace Symbols as necesasary on tabs (consistent bullets)
if(part.Rtf != null) part.Rtf = vlnParagraph.FixRTFToPrint(part.MyParent.MyItemInfo, part.Rtf);
yPageStart = part.ToPdf(cb, yPageStart, ref yTopMargin, ref yBottomMargin);
}
return yPageStart;