Kimono.KHTMLPart.SetStandardFont C# (CSharp) 메소드

SetStandardFont() 공개 메소드

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