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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user