How to draw mixed-formatted text with .Net 2.0

Posted by Baldewin on Stack Overflow See other posts from Stack Overflow or by Baldewin
Published on 2010-05-03T13:17:32Z Indexed on 2010/05/03 13:48 UTC
Read the original article Hit count: 286

Filed under:
|
|

Hi,

is there a way to draw mixed-formatted text in .Net 2.0? I'm looking for something similar to

System.Drawing.Graphics.DrawString()

My problem with this method is that it allows only one format style for the whole text. But I need to draw text that has different format styles (e.g. a part of the text shall be underlined, another part bold and so on).

Thanks a lot!
Oliver

© Stack Overflow or respective owner

Related posts about .net-2.0

Related posts about system.drawing