Hi,
ContextualTabGroup shows me wrong Font?
Please see image.
How can i fix this problem?
Visual Studio 2013 SP3
Windows 8.1 64 Bit
Telerik Controls 2014.2.715.20
ContextualTabGroup shows me wrong Font?
Please see image.
How can i fix this problem?
Visual Studio 2013 SP3
Windows 8.1 64 Bit
Telerik Controls 2014.2.715.20
3 Answers, 1 is accepted
0
Hello Thomas,
Thank you for writing.
I have tested the described scenario, however, on my end the text appears as expected. Please refer to the attached project.
Can you please tell me what I am missing?
I am looking forward to your reply.
Regards,
Stefan
Telerik
Thank you for writing.
I have tested the described scenario, however, on my end the text appears as expected. Please refer to the attached project.
Can you please tell me what I am missing?
I am looking forward to your reply.
Regards,
Stefan
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
0
Thomas
Top achievements
Rank 1
answered on 15 Aug 2014, 07:22 AM
Hello Stefan,
this problem show when in using Telerik.WinControls.UI.RadRibbonForm
Class Form 1
Inherits Telerik.WinControls.UI.RadRibbonForm
End Class
Regards,
Thomas
this problem show when in using Telerik.WinControls.UI.RadRibbonForm
Class Form 1
Inherits Telerik.WinControls.UI.RadRibbonForm
End Class
Regards,
Thomas
0
Hello Thomas,
Thank you for the clarification.
I managed to reproduce the incorrect rendering and I have logged this case in our feedback portal. At the following link you can add your vote/comment for it: http://feedback.telerik.com/Project/154/Feedback/Details/135891-fix-radribbonform-contextualtabgroups-text-is-not-rendered-correctly-it-is-no.
To work around the issue, you can manually set the TextRenderingHint of the needed elements:
Regards,
Stefan
Telerik
Thank you for the clarification.
I managed to reproduce the incorrect rendering and I have logged this case in our feedback portal. At the following link you can add your vote/comment for it: http://feedback.telerik.com/Project/154/Feedback/Details/135891-fix-radribbonform-contextualtabgroups-text-is-not-rendered-correctly-it-is-no.
To work around the issue, you can manually set the TextRenderingHint of the needed elements:
(contextualTabGroup1.Children[2]
as
TextPrimitive).TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias;
I have updated your Telerik points for this report.
Should you have any other questions or suggestions, do not hesitate to contact us.Regards,
Stefan
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.