Added support for iTextSharp

Changed code that determines line color for thin lines.
Temporary fix for "*Resolved Transition Text*" bug
Removed Comment
This commit is contained in:
Rich
2010-03-25 19:34:04 +00:00
parent 42c9f9f46f
commit fbc56399f1
5 changed files with 139 additions and 40 deletions

View File

@@ -2292,11 +2292,6 @@ namespace Volian.Controls.Library
}
public void OutlineTable(bool withBorder)
{
//if (_MyItemInfo.ItemID == 64671)
//{
// Console.WriteLine("TABLE");
// Console.WriteLine("WIDTH {0}", this.Width);
//}
if (_MyStepItem != null) // Set the width based upon the contents
{
int newwidth = (int)_MyStepItem.TableWidth(Font, Text, true);
@@ -2371,7 +2366,6 @@ namespace Volian.Controls.Library
}
return w;
}
//private string RemoveLinkComments(string line)
internal static string RemoveLinkComments(string line)
{
StringBuilder sb = new StringBuilder();