I have created a font object from an embedded resource. This font will not be located or installed on the user machine.
If you set the control.Font property of the UltraTextEditor, the control will display the correct font until the user clicks into the control and activates the editor. The editor is controlled by the appearance object on the control, but this doesn't allow me to set the font data using the Font object. How can this be done please?
Regards,
Tim
Would a member of the Infragistics team please explain how I set the font information within a Infragistics.Win.Appearance object using a System.Drawing.Font please.
Hello,
Have you used AppStylist to styling your Infragistics components? Are you using code like following in order to set font ?((Control)ultraTextEditor1).Font = f;
Which exactly version of Infragistics you are using? Is it possible to post a small sample where your issue is reproducible in order to investigate it further for you?
I am waiting for your details.