Default font for TAdvRichEditor

Is there a method to specify the default font for AdvRichEditor. This would be used if Font & FontName are not specified in the AddText procedure such as
AdvRichEdotor1.AddText('HELLO', clBlue);

Note: AdvRichEditor1.font.name := 'Webdings'; // DOES NOT CHANGE FONT

regards,

John

I cannot see an issue here. AdvRichEditor.Font sets the font.

Test performed:
image