Posted 4 January 2018, 7:37 pm EST
For some reason any C1DockingTab and C1ContextMenu controls are drawing their text with a graphics object with its TextRenderingHint set to
If I add the following code:
Private Sub dtMain_Paint(sender As Object, e As PaintEventArgs) Handles dtMain.Paint
e.Graphics.TextRenderingHint = Drawing.Text.TextRenderingHint.AntiAliasGridFit
End Sub
the text in the tabs prints properly.
As this is only happening in only 1 application, in all its forms, it could be some application setting somewhere (I haven’t a clue where to look). Non C1 Tabs and ContextMenus display correctly.
Here is an example (magnified) of a c1DockingTab with and without the above code.
Any ideas?
Thanks,
Kingman