This commit is contained in:
@@ -150,15 +150,9 @@ namespace Volian.Controls.Library
|
||||
text = text + (!_MyItemInfo.FormatStepData.Font.FontIsProportional() ? ReplaceLinesWithUnicode(_MyItemInfo.FormatStepData.Suffix) :
|
||||
@"\par\par\par ");
|
||||
}
|
||||
else
|
||||
{
|
||||
if (_MyItemInfo.FormatStepData.Prefix != null && _MyItemInfo.FormatStepData.Prefix != "")
|
||||
text = _MyItemInfo.FormatStepData.Prefix + text;
|
||||
if (_MyItemInfo.FormatStepData.Suffix != null && _MyItemInfo.FormatStepData.Suffix != "")
|
||||
text = text + _MyItemInfo.FormatStepData.Suffix;
|
||||
}
|
||||
}
|
||||
text = CreateRtf(colorLinks, text, tableShouldBeOutlined, wordsShouldBeReplaced, numbersShouldBeFormated, tableHasBorder, ROsShouldBeAdjusted);
|
||||
|
||||
StartText = text;
|
||||
}
|
||||
private string ReplaceLinesWithUnicode(string text)
|
||||
|
Reference in New Issue
Block a user