How to bold text With Compact Framework
Posted
by Vaccano
on Stack Overflow
See other posts from Stack Overflow
or by Vaccano
Published on 2010-04-16T05:06:03Z
Indexed on
2010/04/16
5:13 UTC
Read the original article
Hit count: 267
I have an app written in C# for the compact framework (3.5).
I am trying to display some text on the form in bold.
The Label
class does not give me the option to bold my text (I can make it bigger, which eventually gives a bold look, but I want my text 12pt and bold.
Is this possible? If so How?
thanks for any ideas.
© Stack Overflow or respective owner