Unplanned
Last Updated: 31 Oct 2018 08:14 by ADMIN
ADMIN
Tanya
Created on: 20 Sep 2016 12:51
Category: RichTextBox
Type: Bug Report
0
RichTextBox: ThemeFontFamily from the default document style is exported as local property for span elements
When there is applied a local font family, the font family of the theme should be set to none. Otherwise, the font family of the elements that have a local value will be changed.

Workaround: Reset the theme font family after import: 

this.radRichTextBox.Document.Style.SpanProperties.ThemeFontFamily = Telerik.Windows.Documents.Model.Themes.ThemeFontsEnum.none;
0 comments