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 \n
key 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
Post a Comment