C# - MicroStation Addin Font Style

Hello,

I'm trying to use font style upon creating a text node element however,  I encounterd an error which is No overload for method 'Find' takes '2' arguments.

Code snippet: app.ActiveSettings.TextStyle.Font = app.ActiveDesignFile.Fonts.Find(MsdFontType.WindowsTrueType, "Arial");

Do you have any idea for this one on how to set font style?

Best Regards,

Aldrin