This is a migrated thread and some comments may be shown as answers.

label font pixelated

1 Answer 170 Views
Label
This is a migrated thread and some comments may be shown as answers.
Edward
Top achievements
Rank 1
Edward asked on 30 Nov 2018, 08:24 PM

I trying out the UI for winforms.   I seem to get pixelated text in the radlabel.   What do I need to do to fix it?

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 03 Dec 2018, 09:07 AM
Hello Edward,

You need to set the TextRenderingHint:
radLabel1.LabelElement.LabelText.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias;

I hope this will be useful. Let me know if you have additional questions.

Regards,
Dimitar
Progress Telerik
Get quickly onboard and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Label
Asked by
Edward
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or