Make TableWidth a Public Method
Fix Logic to move selection around links
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user