the StringFormat flags permits to differently represent a string in a rectangle.
in this example was used string_format.FormatFlags = StringFormatFlags.NoClip
one:
Question
having
txt = "The quick brown fox jumps over the lazy dog."
can I represent this text entirely as a single line (non-clipped and centered).
I mean, I use a default rectangle without knowing what will be the length of the text, but i know where should be the text center.