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

ContextualTabGroup wrong Font?

3 Answers 61 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 14 Aug 2014, 08:10 PM
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

3 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 15 Aug 2014, 06:28 AM
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
 
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
0
Stefan
Telerik team
answered on 15 Aug 2014, 07:50 AM
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:
(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.
 
Tags
RibbonBar
Asked by
Thomas
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Thomas
Top achievements
Rank 1
Share this question
or