Even so, is it possible to mark a label as single line, and then clip the text if it overflows. Even cutting it in the middle of a letter is OK, I just don't want it extending past maximal_width.
The aim is to get the effect of using the Win32 API DrawText() with the DT_SINGLELINE flag and not using the DT_NOCLIP flag. https://msdn.microsoft.com/en-us/librar ... s.85).aspx
Standard Code Rant applies here: I haven't seen the source so I have no idea how hard this is, or if it's even possible.
