Hello everyone,
How would you recommend implementing list markers with Hebrew or Arabic letters in TRichView, with correct RTL order, smooth rendering, proper vertical alignment, and support for different sizes and colors?
I noticed that built-in support appears to exist only for English letters.
I would greatly appreciate any assistance.
list markers with Hebrew or Arabic
-
Sergey Tkachenko
- Site Admin
- Posts: 18162
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: list markers with Hebrew or Arabic
Do you mean Hebrew or Arabic numbering, or just list markers containing Hebrew or Arabic text?
As for numbering, only decimal, Roman, English and Greek numbering types are supported.
As for Hebrew and Arabic text, there must be no problems using them. The markers are displayed at the right side if their paragraphs have right-to-left direction. It can be defined for the whole document (RichView1.BidiMode = rvbdRightToLeft), or overridden in certain paragraphs (by assigning BiDiMode of the corresponding paragraph styles)
As for numbering, only decimal, Roman, English and Greek numbering types are supported.
As for Hebrew and Arabic text, there must be no problems using them. The markers are displayed at the right side if their paragraphs have right-to-left direction. It can be defined for the whole document (RichView1.BidiMode = rvbdRightToLeft), or overridden in certain paragraphs (by assigning BiDiMode of the corresponding paragraph styles)
Re: list markers with Hebrew or Arabic
I mean using letters in arabic or hebrew as it possible for english a. b. a) b) c. c) . I noticed there is no support for this in richView for arabic or hebrew.
I know there is an option with ListimageCounter, however I would prefere a more natural solution like: .أ. ب ....
Thank you
I know there is an option with ListimageCounter, however I would prefere a more natural solution like: .أ. ب ....
Thank you