Highlight/bold one char in label

358 views Asked by At

I'm programming IDE/interpreter/debugger for various esoteric languages. I would like to be able to bold one character at a time, in varying places (depending on code flow), for the debugger. I'm using WinForms for that. So in short, I would need to be able to bold one character of the text and send it to label. Thanks in advance.

1

There are 1 answers

2
KV Prajapati On

You should have to paint/draw text using GDI API - handle paint event or override onPaint().