c# - Creating a dynamic font style across a label -



c# - Creating a dynamic font style across a label -

i have label uses special characters, , want special characters oblique, , rest of label regular.

oblique font style i've been changing in label properties.

i thought of using \nkey adds line messagebox didn't found it.

hints? because on properties not achievable either.

i think impossible on regular label. far know, can set font style hole text of label.

however, can create own label, override it's onpaint method, , whatever want there. need calculate locations of characters in text, possible do.

c# text fonts

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -