Hi,
I am using xamRichTextEditor but I am having some problems with some of the non-latin characters in Turkish alphabet such as Ş, Ğ, etc. When I use those letters, it is not styles (bold,italic, etc.).
Hello,
I am just checking if my last reply was helpful for you.
If you require any further assistance please do not hesitate to ask.
Thanks,
Teodor
Software Developer
Infragistics
www.infragistics.com/support
Hello Hamza,
Thank you for your patience during the investigation for your issue. After the development team researched your issue with ID of 211271 they reached to the conclusion that the issue is connected to the complex script characters such as Greek, Turkish, Slavic, etc.
What I can suggest is if you want to style these characters also you have to set the ComplexScriptFontSize, ComplexScriptBold and ComplexScriptItalics properties as well like shown in the snippet below:
Extent fontSize = new Extent(45, ExtentUnitType.LogicalPixels); RTE.Document.ApplyCharacterSettings(DocumentSpan.All, new CharacterSettings { FontSize = fontSize, Bold = true, Italics = true, ComplexScriptFontSize = fontSize, ComplexScriptBold = true, ComplexScriptItalics = true}, out error);
Thanks,Teodor
Ok, we’re waiting thank you.
Thank you for your post. I have logged this behavior with our developers in our tracking system, with an issue ID of 211271. I have also created a support ticket on your behalf with number CAS-167808-J1C3N3 in order to link the development issue to it so that you are automatically updated when a Service Release containing your fix is available for download.
Thanks,TeodorInfragisticswww.infragistics.com/support