Kimono.KHTMLPart.SetStandardFont C# (CSharp) Method

SetStandardFont() public method

Sets the standard font style. name="name" The font name to use for standard text.
public SetStandardFont ( string name ) : void
name string
return void
        public void SetStandardFont(string name)
        {
            interceptor.Invoke("setStandardFont$", "setStandardFont(const QString&)", typeof(void), typeof(string), name);
        }
KHTMLPart