I have a string like this:
string s = \"This is my string\";
I am creating a Telerik report and I need to define a textbox tha
textbox
Size textSize = TextRenderer.MeasureText("How long am I?", font);