Make TableWidth a Public Method

Fix Logic to move selection around links
This commit is contained in:
Rich
2009-12-08 02:32:32 +00:00
parent 9f780c4477
commit 3858729217
2 changed files with 25 additions and 10 deletions

View File

@@ -1607,7 +1607,7 @@ namespace Volian.Controls.Library
/// <param name="myFont"></param>
/// <param name="txt"></param>
/// <returns></returns>
private float TableWidth(Font myFont, string txt)
public float TableWidth(Font myFont, string txt)
{
string[] lines = txt.Split("\n".ToCharArray());
float max = 0;