Declined
Last Updated: 14 Aug 2017 13:10 by Felix
ADMIN
Hristo
Created on: 10 Feb 2017 13:47
Category: RichTextEditor
Type: Feature Request
2
ADD. RadRichTextEditor - allow switching between GDI and GDI+ when rendering the text
2 comments
Felix
Posted on: 21 Feb 2017 08:14
sorry, but this not quite nice :-(
have a look at the cursor placement, for example if putting between "die" and "neue"
ADMIN
Ralitsa
Posted on: 15 Feb 2017 14:37
RadRichTextEditor is using native GDI rendering, this is intentional because the native functions enhance the overall performance of the control. GDI+ text rendering can be accomplished by creating a custom RadRichTextEditor control and a custom RadRichTextBox. The attached project (RadRichTextEditor_GDIPlusTextRenderingExample.zip) demonstrates how can be achieve it.