When inserting INFINITY symbol (221E in Unicode) in Times New Roman font inserted symbol is '?'. Have tried insert from Rtf file and clipboard. Inserting some of other symbols acts like this.
Is there some option in TRichViewEdit to handle it right or is it a bug?
Inserting INFINITY symbol
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
This symbol requires Unicode to be displayed. I.e., the text style used for this symbol must be an Unicode (RVStyle.TextStyles[].Unicode=True).
For RTF reading, set RichView.RTFReadProperties.UnicodeMode to
* rvruMixed - if you want to keep count of Unicode characters in document to minimum (only for special characters like inifinity sign)
* rvruOnlyUnicode - if you want all RTF text to be loaded as Unicode.
For RTF reading, set RichView.RTFReadProperties.UnicodeMode to
* rvruMixed - if you want to keep count of Unicode characters in document to minimum (only for special characters like inifinity sign)
* rvruOnlyUnicode - if you want all RTF text to be loaded as Unicode.