In stringutils, we have the MeasureMultilineTextHeight feature to help determine the proper height of a label with multiple lines of text. I would like a similar feature to get the width of a text string, so as to set the width of a label dynamically based on the length of the text assigned to it. Any ideas on getting some kind of "text width" ??