Completed
Last Updated: 14 Dec 2021 17:12 by ADMIN
Release R1 2022
ADMIN
Tanya
Created on: 09 Mar 2015 17:32
Category: RichTextBox
Type: Bug Report
3
RichTextBox: After inserting symbol through the InsertSymbol dialog, the font family in the document is changed to font family of the inserted symbol
When a symbol is inserted, the font family of RichTextBox is set to the symbol's font family.


Workaround: Create a custom InsertSymbolDialog. The font family could be persisted in the Show() method of the new dialog and reset when the dialog is closing. Attached is a sample project demonstrating the workaround.
0 comments