TRichViewEdit 16.15.10
How can I get the Font.Name at the caret?
I would like to show the current font name in the status bar.
How to get current Font.Name?
Re: How to get current Font.Name?
Code: Select all
rv.Style.TextStyles[rv.CurTextStyleNo].FontName
-
- Posts: 57
- Joined: Tue Jul 13, 2010 10:50 pm
Re: How to get current Font.Name?
Thank you - this works very well!