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

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -