Page 1 of 1

Change Font with TRVFontComboBox in v22.4

Posted: Fri Nov 29, 2024 11:00 am
by at0306
Hello,

I'm trying to build a simple Editor using TRichViewEdit and Actions.
I used the TRVFontComboBox for Font selection and linked it with the RichViewEdit. But when I select a text
and change the Font Name, the font gets not applied on the Selected text. It's the same with the font size.
What could be the issue?

Re: Change Font with TRVFontComboBox in v22.4

Posted: Fri Nov 29, 2024 11:55 am
by Sergey Tkachenko
TRVFontComboBox must be linked with TrvActionFontEx action (https://www.trichview.com/help-actions/ ... fontex.htm)

RVFontComboBox1.Action = rvActionFontEx1;