示例#1
0
 public List <string> BreakTextIntoList(string text, int rowWidth)
 {
     return(Font.BreakTextIntoList(text, rowWidth));
 }