Hi,
"To include the font in SfRichTextEditor toolbar, we recommend to add the font stream in FontStreamCollection property of FontButtonClickedEventArgs which is explained in the following documentation detailly with a sample."
ok, this is what I did, in addition I provided a user setting to store which font to activate by default.
So I'm using SetFont in addition, this only seems to set the font in the editor without setting the font name within the toolbar.
As a consequence the user is typing, thinking that the font on the toolbar is set, in reality the font was changed programmatically to a different one.
What I'm requiring is that the toolbar synchronizes with the font name set to the editor by SetFont and ApplyFont.
Arno