Multiple font types in richtextbox?
-
Can the richtextbox control in c# support mulitple fonts?
For example: Hello, how are you? I'm fine, thank you I know you can set the entire rtb to be specific font but what about small pieces of text inside it? Can someone point me in the right direction? Thanks -
Can the richtextbox control in c# support mulitple fonts?
For example: Hello, how are you? I'm fine, thank you I know you can set the entire rtb to be specific font but what about small pieces of text inside it? Can someone point me in the right direction? Thanks -
Hi, I was wondering about the font i am using in my Controls, are they being embedded in the assembly or The user must have that font installed in their Windows !!! If Later is true, then how can i embedd the font that i use in my control in the assembly ?
-
Hi, I was wondering about the font i am using in my Controls, are they being embedded in the assembly or The user must have that font installed in their Windows !!! If Later is true, then how can i embedd the font that i use in my control in the assembly ?
Start your own thread next time. No, the fonts are not being embedded in the controls. The user must have the font installed already. If not, then a default font is used borrowing from the system settings. None of the controls support embedding fonts. This is best implemented in the installer for your application. You could also use a PrivateFontCollection[^] to get the same effect. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome