Example #1
0
 public void AppendLink(string url, string text)
 {
     m_label.AppendLink(url, text, TextScaleWithLanguage, OnLinkClickedInternal);
     RecalculateScrollBar();
 }